GROMACS version:2022.4
GROMACS modification: No
Here post your question
Good afternoon,
I would like to start a brand new simulation using the last coordinates from a previous run as a starting point.
I don’t understand the difference between:
gmx grompp -f new_run.mdp -c previous.gro -t previous.cpt -p topol.top -o new_tpr.tpr
(which explicitly refers to the last generated .gro and .cpt)
and
gmx convert-tpr -s previous.tpr extend 200 -o new.tpr
(which uses the last generated .tpr, extending the duration).
Say I want to start a brand new simulation from the last checkpoint/frame, which one should I use?
Given that every time I reassign velocities (as specified in the .mdp) I don’t understand which command I should use.
It seems that -extend increases the duration of a simulation, maintaining all the data from the previous one (being a continuation) while creating the tpr from “scratch” every time might what I am looking for, but I’d rather ask more experienced users.
Thanks!