-
Notifications
You must be signed in to change notification settings - Fork 33
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
GROMACS: Use Parrinello-Rahman barostat #97
Conversation
New versions of GMX deprecate the use of Berendsen barostat.
PR barostat is not very stable in equilibration. Should we use MC barostat? |
@fhh2626 OK. I see the warning in step 7. I will look into a better solution. |
I am testing the |
Yes. I tested the PR barostat previously and it did not stable in the initial stage of equilibration. |
So should we? |
No. I incline to use |
GMX documentation says C-rescale can be used for both equilibration and production simulations, so we use it, as it neither prevents the generation of MDP files nor crashes the simulations.
@fhh2626 |
What do you mean "The only problem is that the binding free energy (from Abl kinase SH3:p41) still cannot match the result from NAMD"? In my previous test everything seemed good. |
@fhh2626 |
Did you use a stratification strategy for steps 1, 7 and 8? The use of 3, 5, 3 windows respectively for the three steps guarantees a good convergence of the simulations. |
No, but I will try it. |
This is good for me. Can we merge this PR now? |
@fhh2626 |
New versions of GMX deprecate the use of Berendsen barostat.
This commit should solve the problem mentioned in #96.