[gmx-users] Should I use continuation = yes in my production dynamics following equilibration?

Andrew DeYoung adeyoung at andrew.cmu.edu
Mon May 14 03:11:02 CEST 2012


Greetings,

I am running 5 ns of equilibration followed by 10 ns of production dynamics.
Equilibration and production dynamics differ only in the number of steps and
the frequency of saving the positions, velocities, forces, and energies.  To
conserve disk space, I set nstxout = nstvout = nstfout = nstenergy to some
high value, such as 1000000 (in equilibration.mdp), for equilibration.  Then
for production dynamics, I set nstxout = nstvout = nstfout = nstenergy to
some relatively low value, such as 100 (in dynamics.mdp), because it is from
these data that I will do property analysis. 

So, to do this, I have been using a workflow like this:
(1) For equilibration, feed equilibration.mdp to grompp using "-f".  Then
run mdrun, saving the checkpoints to state.cpt.
(2) For production dynamics, feed dynamics.mdp to grompp using "-f".  Also,
feed state.cpt to grompp using "-t".  

where equilibration.mdp and dynamics.mdp contain different values of nsteps
and of nstxout, nstvout, nstfout, and nstenergy.  

My question is, to do this sort of continuation (where I'm ONLY changing
nsteps, nstxout, nstvout, nstfout, and nstenergy), should I use
"continuation = yes"?

The manual gives this description of continuation: 

"This option was formerly known as unconstrained_start.

no: apply constraints to the start configuration and reset shells

yes: do not apply constraints to the start configuration and do not reset
shells, useful for exact coninuation and reruns"

I do not think that my system has any constraints, since all the bonds in
all molecules are flexible, with force constants specified in the .itp
files.  If this is the case, then should I use continuation = yes?  Or,
since I do not have constraints in my system, will it perhaps not make a
difference whether continuation is yes or no?  Do you have any
recommendations? 

Thank you very much for your time! 

Andrew DeYoung
Carnegie Mellon University




More information about the gromacs.org_gmx-users mailing list