Closed b-kloss closed 9 months ago
I'll fix keyword argument signature that makes the solver_tests fail.
If tests pass this is ready for review.
Looks good, thanks!
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
56fcb93
) 72.90% compared to head (36386b9
) 72.73%. Report is 1 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR addresses #128 and adds an implementation of expect that should allow evaluation of local observables at all sites in a
TTN
at linear cost in the number of vertices in theTTN
.Basic tests have been added:
ITensors.expect
evaluated on the output ofrandom_mps
converted toITensors.MPS
, as well as verifying theSz
comb_tree
.Open issues:
svd_ttn
for convertingOpSum
toTTN
.