-
Notifications
You must be signed in to change notification settings - Fork 8
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
Issue running Trotter-Suzuki example #90
Comments
Very strange, thanks for the report. If I downgrade to Julia 1.6 and ITensors.jl v0.2.11 (before the existence of ITensorMPS.jl) that example code works, I guess something happened between then and now that broke that code. EDIT: It looks like it was already broken back in ITensors.jl v0.3.68 (with the same error message). |
It looks like this PR broke that code: ITensor/ITensors.jl#919. The issue is that this line is converting the Anyway, that code is pretty experimental so shouldn't really be relied on, I would recommend this tutorial: https://itensor.github.io/ITensors.jl/dev/tutorials/MPSTimeEvolution.html for a more reliable (but more manual) approach. I'm going to delete that example for now to not cause confusion and keep this issue open as a reminder to fix it. |
Dear ITensors developers, I hope you are doing well!
I ran into an issue with one of the examples
trotter_suzuki_decomposition.py
.Do you have an idea what could have gone wrong? Using the CUDA.jl backend. Thank you very much!
The text was updated successfully, but these errors were encountered: