Hi all
Having trouble with RMSD, with both driver and patched gmx mdrun, I try and calculate
the rmsd by using the first frame of the trajectory/simulation as a
reference. The first value should be 0 since the coordinates are the
same, but I get 1.821371 (not sure if it's A or nm).
here's what I am doing:
gmx trjconv -s prod.tpr -f prod.xtc -b 0 -e 0 -o ref_ca.pdb
plumed driver --mf_xtc prod.xtc --plumed rmsd.dat
where rmsd.dat contains the following:
rmsd: RMSD REFERENCE=ref_ca.pdb TYPE=OPTIMAL
PRINT ARG=rmsd FILE=RMSD STRIDE=1
if I wrap the PBC before generating the reference file (gmx trjconv [...] -pbc mol -ur compact), I still get 1.763235.
If I use the NOPBC flag, I still get values around 1.8 for the first frame.
Is there anything obvious that I'm doing wrong?
Thanks