RMSD shoots up

GROMACS version: 2020.2
GROMACS modification: Yes/No
Here post your question

Dear all,
I am running a simulation of a complex molecule. it has two chain. When I calculated the rmsd and found that rmsd value shoots up at 16ns and 25ns. In corresponding PDBs two chains are far apart, out of the box. Is it artifacts? if the complex broke at 16ns why it re associates ? How can I fix it? Thank you



This is a periodicity artifact. Recenter with trjconv.

Dear Dr Jalemkul,
Following your advice, I combined the xtc file using “gmx trjcat -f step5_*.xtc -o combined.xtc -settime”
then i tried to remove PBC using " gmx trjconv -s step4.0_minimization.tpr -f combined.xtc -o md_0_1_noPBC.xtc -pbc mol -center"
Then i calculated the rmsd using “gmx rms -s step4.0_minimization.tpr -f md_0_1_noPBC.xtc -o rmsd1.xvg -tu ns”
but still its not centered. the two chains are far apart and rmsd is absurd for these frames. Am I doing anything wrong?
Thank you
Veeru

http://manual.gromacs.org/current/user-guide/terminology.html#suggested-workflow

For multiple chains, center on one of them, but you will have to do other steps first as suggested in this link.

Thank you Dr Jalemkul. As I am new to Gromacs. I really couldn’t follow the steps given in the link. Is it possible to get set of commnads. Sorry for the trouble.
Best regards
Veeru

You will learn lots by reading the trjconv help information, which describes everything mentioned in that link :)

Dear Dr Jalemkul,

I mange to fix pbc issue. Thanks for your help. I got another question. what is criterion to decide the simulation has saturated? Is the simulation below saturated already at 40ns? as the rmsd plot is flat though i still see small bumps

Are you talking about convergence? RMSD doesn’t tell you that. It’s a degenerate metric. You need to examine all relevant structural properties of interest and they should be statistically invariant over time.

1 Like

Hello there,
i have the same problem ( i have RMSD shoot-ups and my protein complex comes out of the box) how can i fix it? shall i do all the steps from beginning?

i have check the trajectory file with PYMOL it’s fine until 80 ns how can i fix it?
i would be really glad if you help me thanks.

hello,
may i ask you how could you over com your issue with your RMSD shoot-ups? was it from complex coming out of the box?
thanks.

From the plot it definitely looks like a problem with PBCs. You have to ‘clean-up’ the trajectory with some pre-processing tools like gmx trjconv.

1 Like

thanks for your reply, by ‘clean-up’ you mean what, I’m not sure if i get your point.
I have realized that it’s about PBC but I’m not sure how to overcome it.
I’ve tried PBC -no jump and other PBC conditions but i think I’m doing something wrong cause I don’t get reasonable result from my system.
thanks for your guidance.

With clean-up I mean pre-process the trajectory for data analysis. Sometimes it is not needed and sometimes, like in your case, is mandatory, depending on the analysis you want to carry out.

You have to remove the effect of PBCs. You have to play around with trjconv and various flags like -pbc mol, -pbc nojump, and some centering, probably. What do you mean with “reasonable results”? The spikes you have in the plot you posted are clearly artifacts. Then, whether the RMSD values are reasonable or not (spikes excluded), that I do not know.

Hello again and thanks for your reply, I’ve tried few options around trjconv as you said in some cases RMSD goes around 22 A and in some cases it plays around 1 A but the box shatters I’m not sure if it’s alright or not?
i want to get these data: RMSD, RDF, RMSF, binding energy and if possible SASA. I would be really glad if you help me out.

P.S: when i tried -nojump sol of box get disrupted.

What do you mean with the box shatters?

solvent doesn’t look like a proper box.


something like that.
the RMSD in this case looks proper though.

This is because you used the flag -pbc nojump, which unwraps the PBCs and avoids jumps between sides of the box (the reason why you had that artifact in the RMSD plot). This is also reported in the trjconv manual