-
Notifications
You must be signed in to change notification settings - Fork 9
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
Program hangs #84
Comments
Nope, I found that torchANI is not the bottleneck. Pure CPU is fast enough.
Nope, as far as I can see, the program hangs because the converge criterion is not satisfied for many iterations. |
Ah this agrees with what I have seen as well, we do plan on exposing the optimisation settings soon which would allow you to have looser criteria for ANI we have not yet confirmed if this helps, however. We also plan on adding a pre-optimisation stage which might help accelerate the convergence. |
Thanks for your work 🤗 |
It seems like this issue has been resolved now, but please feel free to re-open it if this is not the case! 🙂 |
Dear openff developers:
I came across some molecules which made the program hang at
generating bespoke QC data
for a long time (one day) and it consumes lots of memory (about 15G). But I did not see any backend QC program is running ( in this case I use torchani with GPU, but I did not see any GPU utilization). When I pause the program manually in debug mode, it stopped at theoptimizeGeometry
function.Here is one of the molecules:
mol25_minimised.zip
I used mostly the same code as the blog post, except xtb was replaced by torchani. Here are the fragments it generated:
The text was updated successfully, but these errors were encountered: