-
Notifications
You must be signed in to change notification settings - Fork 14
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
Preserve the element type properly in tdvp
, dmrg_x
, etc.
#63
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #63 +/- ##
==========================================
+ Coverage 84.09% 85.87% +1.77%
==========================================
Files 17 17
Lines 522 524 +2
==========================================
+ Hits 439 450 +11
+ Misses 83 74 -9 ☔ View full report in Codecov by Sentry. |
…ate, region_update
@emstoudenmire this is mostly superficial code cleanup, hopefully we can simplify the situation with reduced/projected operators in this package with the work you are doing rewriting that code in |
Also change some internal uses of
tdvp
toalternating_update
,sweep_update
,sub_sweep_update
, andregion_update
, following the names planned inITensorNetworks.jl
.Additionally, run examples in the tests and update style of
import
andusing
for overloading functions and bringing functions and types into namespaces.