-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Modifiers infinite loop ? #21
Comments
I am facing the same issue! |
One quick solution I found was to downgrade to an older version. technically just port the modifier functions to the new one ( I don't know if there is any compatibility issue tho) |
Thank you Santosh!, downgrading did not help in my case :( |
This should be the same issue as #17. Compatibility with Python 3.7+ was fixed in the new v0.9.5 release. Please give it a try. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi,
Have been playing around with the modifiers inside the model and that seems to send the model on infinite loop.
Creating the model with modifier works fine, but once created, anything from plotting to displaying Hamiltonian starts a infinite loop in the system.
The text was updated successfully, but these errors were encountered: