GROMACS version: 2019
GROMACS modification: Yes/No
Here post your question
I’m analyzing RMSD results for free energy perturbation (FEP). I execute a command below, corresponding to 2 loops but the graph results do not match each other (chart below), how can I fix it?
Based on the results you have provided, the initial guess might be the PBC issue. I recommend visually inspecting your system using VMD to get a better understanding. If it is PBC issue you can fix it by GROMACS 3-step workflow.
It is almost certainly a PBC issue and not a problem with the xtc file.
With your gmx trjconv command you have generated a new trajectory, called traj_0.xtc. You need to use that as input to the gmx rms command: gmx rms -f traj_0.xtc -s md_0.tpr -o rmsd_noH_0.xvg -tu ns -n Pro_MOL_noH.ndx
Thank you for you reply.
I have tried your suggested command but when i used
gmx rms command with new traj_0.xtc as input, my program error (like picture).
I have tried to make a matching run input file with gmx convert-tpr but it is still wrong
I would recommend to output the whole system when you do gmx trjconv. Otherwise you will have to make a new tpr file with only the molecules that you have written to the xtc file. You should be able to do that with convert-tpr, but I think it’s making things more complex than necessary.