-
Notifications
You must be signed in to change notification settings - Fork 21
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
Incorrect reverse bool value after the InfiniteMPS copy function #87
Comments
Sorry for the long delay of response. Thanks for the bug report. |
@LHerviou I don't think any rewrites going on in ITensors.jl/NDTensors.jl would affect the design of this package. Some of the unit cell tag logic may get incorporated more generally/systematically into ITensors.jl/ITensorNetworks.jl but that is more speculative and longer term, i.e. not under active development right now (for example see this issue: ITensor/ITensors.jl#1524, which can be implemented in a non-breaking way). Additionally, some of the subspace expansion/null space logic will get moved to ITensors.jl/ITensorNetworks.jl but that would just act to simplify this package. Most of the changes we are planning are non-breaking, and we will put off breaking changes as much as possible. Just clarifying in case there was some confusion about development plans of the ITensor ecosystem and how it relates to the design of this package. |
@mtfishman Thanks for the precision! I am also justifying my procrastination (and my working on other projects for now) tbh. The issue you mention is also interesting. |
No worries, I also haven't had time to work on this package recently, as I'm sure you've noticed. I just wanted to make sure there weren't any misconceptions about our broader development plans in the ITensor ecosystem. EDIT: Also, interesting to hear that you are working on projects involving non-Abelian symmetries, you may already know but we are working on supporting that in ITensor, though I don't know the exact timeline for when it will be ready. |
Description of bug
copy
produces a wrongreverse
value for an infinite MPS.Minimal code demonstrating the bug or unexpected behavior
Expected output or behavior
Two
true
output lines.Actual output or behavior
Version information
versioninfo()
:using Pkg; Pkg.status("ITensors")
:The text was updated successfully, but these errors were encountered: