Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using ITensorNetworks: add! #210

Open
mtfishman opened this issue Oct 28, 2024 · 0 comments
Open

Allow using ITensorNetworks: add! #210

mtfishman opened this issue Oct 28, 2024 · 0 comments

Comments

@mtfishman
Copy link
Member

Since ITensor/ITensors.jl#1551 and ITensor/ITensorMPS.jl#31, ITensors.jl no longer exports add!, since it is primarily an operation for OpSum, which was also removed as an export.

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant