-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Efficiency Improvements in the code. Including fast versions of… #94
Conversation
… norm and dagger. Added an example on gauging ITNS
Not really sure what is going on in There must be a bug there as they should probably not be that accurate.. |
What if you switch back from |
|
Okay those bugs should be fixed now and all tests should pass. |
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #94 +/- ##
==========================================
+ Coverage 79.25% 79.36% +0.10%
==========================================
Files 61 61
Lines 3442 3465 +23
==========================================
+ Hits 2728 2750 +22
- Misses 714 715 +1
|
Thanks! |
This update adds efficiency improvements to the
apply
andgauge
functions by minimising the amount of graph analysis that is done.Additionally:
dag(tn::AbstractITensorNetwork)
has been addedunflattened_norm_network(tn::AbstractITensorNetwork)
has been added which is faster than using⊗