Hi,
I have extended my MDS using Gromax according to this:
gmx convert-tpr -s md_1.tpr -extend 9400 -o md_2.tpr
gmx mdrun -s md_2.tpr -cpi md_1.cpt -nb gpu -v
However after simulation done, I needed to see, for example, rmsd (600+9400=10000) in 10ns, but it starts at 600ps not 0. How can I fix this?
Regards