-
Notifications
You must be signed in to change notification settings - Fork 75
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
ForceBalance is taking very long time over 1 day #296
Comments
To update the case, the job is still running. The most up-to-date file in job directory is stage_0/log.txt. Here is the last few lines from the log file. 0.210 s (L-BFGS 1) 0.237 s (L-BFGS 2) Hessian diagonal search: H+0.3002I, length 1.0235e-01, result -4.8901e-02 Thank you. |
Hello there, Thanks for your message. I can see that the optimizer is taking too many iterations in the Hessian diagonal search. Could you try setting The default value of
|
Thank you for suggestion! I am running ForceBalance.py through bespokefit workflow. I don't know how to set search_tolerance value in bespokefit workflow. Maybe I can ask how to do it in bespokefit channel unless you have any idea. |
I am running openff-bespoke job for custom torsion fitting. Most of molecules completed pretty quickly but this particular molecule takes very long time in ForceBalance.py. Since optimization config file is probably same for all molecules, I wonder what is special for this molecule. Any suggestions will be very helpful. Thank you!
My molecule is O=C(N1CCN(CC1)C(=O)[C@@h]1NCCCC1)N(C)C in neutral form.
Here is the command I used in openff-beskpoke
openff-bespoke executor run --n-fragmenter-workers 2 --n-optimizer-workers 2 --n-qc-compute-workers 2 --qc-compute-n-cores 1
--file Z1450000036.sdf --output Z1450000036.json --output-force-field Z1450000036.offxml --workflow "default" --default-qc-spec xtb gfn2xtb none
The text was updated successfully, but these errors were encountered: