ITensor / ITensorNetworks.jl

A package with general tools for working with higher-dimensional tensor networks based on ITensor.
MIT License
51 stars 12 forks source link

Optimize `ttn_svd` #157

Closed b-kloss closed 2 months ago

b-kloss commented 2 months ago

This PR improves scaling of graph-related logic in ttn_svd and related functionality. Tests test/test_opsum_to_ttn.jl are passing.

mtfishman commented 2 months ago

@b-kloss looks good to me, thanks for the quick fix. I'll merge once that final comment is addressed.

emstoudenmire commented 2 months ago

Nice to see this. Thanks, Benedikt