ITensor / ITensorMPS.jl

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

Fix `ops` reexport #26

Closed mtfishman closed 3 weeks ago

mtfishman commented 3 weeks ago

Fixes the issue brought up in https://itensor.discourse.group/t/ops-bug-with-itensormps/1948.

The issue was that ITensorMPS was accidentally reexporting ITensors.ITensorMPS.ops, which is a function defined for observers, instead of ITensors.SiteTypes.ops.