ITensor / ITensorMPS.jl

MPS and MPO methods based on ITensor (ITensors.jl)
Apache License 2.0
16 stars 2 forks source link

sortmergeterms namespace #4

Closed mtfishman closed 4 months ago

mtfishman commented 4 months ago

This makes ITensors.ITensorMPS.sortmergeterms accessible as ITensorMPS.sortmergeterms, which some packages like ITensorChemstry.jl are relying on (caught by a test failure in https://github.com/mtfishman/ITensorChemistry.jl/pull/12).

mtfishman commented 4 months ago

This will also fix test failures in https://github.com/ITensor/ITensorNetworks.jl/pull/172.