You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an alternative, one has to load ITensorMPS.jl which exports add!. However, we don't want to force users of ITensorNetworks.jl to explicitly load ITensorMPS.jl, so we should allow users to do using ITensorNetworks: add! to access it, and also considering exporting it eventually (I'm trying to limit exports from ITensorNetworks.jl for the time being).
The text was updated successfully, but these errors were encountered:
Since ITensor/ITensors.jl#1551 and ITensor/ITensorMPS.jl#31,
ITensors.jl
no longer exportsadd!
, since it is primarily an operation forOpSum
, which was also removed as an export.As an alternative, one has to load
ITensorMPS.jl
which exportsadd!
. However, we don't want to force users ofITensorNetworks.jl
to explicitly loadITensorMPS.jl
, so we should allow users to dousing ITensorNetworks: add!
to access it, and also considering exporting it eventually (I'm trying to limit exports fromITensorNetworks.jl
for the time being).The text was updated successfully, but these errors were encountered: