-
Notifications
You must be signed in to change notification settings - Fork 23
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
Reproducibility of restarting metadynamics #86
Comments
This is going beyond my knowledge of Plumed, but I just skimmed the documentation at https://www.plumed.org/doc-v2.8/user-doc/html/_m_e_t_a_d.html, and it looks to me like you may need to add the |
Thank you. As far as I've tried, it seems that |
To verify the conditions under which errors occur, I further conducted the verification by changing the conditions. In the below program, I clarified the conditions under which discrepancies occur by changing the values of stride, reportInterval, and steps.
I think this issue might be related to the previous one.
|
I am writing a program to resume metadynamics (MTD) in openmm-plumed after it has been interrupted. I am facing a problem where the potential immediately after resumption does not reproduce the potential at the time of interruption. The following code is the minimal code to reproduce that condition.
And the following outputs are obtained.
In the above code, I compare the values (positions, velocities, forces, kinetic energy, potential energy) immediately after advancing 200 steps of MTD-MD, with the values when that checkpoint is loaded. As a result, despite the positions and velocities matching exactly, the potentials and forces are significantly off.
issue.zip
Thanks!
The text was updated successfully, but these errors were encountered: