Dear GROMACS expert,
I am currently having trouble to analyse the results from my simulations. After processing the output files using this command,
gmx trjconv -s md_0_1.tpr -f md_0_1.xtc -o md_0_1_noPBC.xtc -pbc mol -center
and calculate the RMSD with this
gmx rms -s md_0_1.tpr -f md_0_1_noPBC.xtc -o rmsd.xvg -tu ns
I noticed that my graph plot did not start from 0ns, but started from ~90ns. My simulation time was 120ns, and how do I plot the graph of the RMSD from 0ns?
Thank you in advanced