GROMACS version: 2019.3
GROMACS modification: Yes/No
Here post your question
Hi,
I want to find the distance between the centre of masses of a group of atoms (that I’ve already indexed). The output file gives two values at each time interval. Why two values and what are they meant for?
@ title “Average distance”
@ xaxis label “Time (ns)”
@ yaxis label “Distance (nm)”
@TYPE xy
@ view 0.15, 0.15, 0.75, 0.85
@ legend on
@ legend box on
@ legend loctype view
@ legend 0.78, 0.8
@ legend length 2
@ s0 legend “com of group “Protein_&r_0&C*HH*&!C” plus com of group “Protein_&r_43&C*HH*&!C””
0.001 3.125
0.001 3.130
0.002 3.168
0.002 2.989
0.003 3.053
0.003 3.076
0.004 3.065
For calculating this I’ve used the command
gmx distance -f protein.xtc -s grompp.tpr -n comindex.ndx -tu ns -oav rl.xvg -select ‘com of group “Protein_&r_0&C*HH*&!C” plus com of group “Protein_&r_43&C*HH*&!C”’.
Thanks in advance
TP