Hi there Plumed experts,
I am using the following plumed input entitled plumed-print-distance.dat:
com1: COM ATOMS=1-3
com2: COM ATOMS=64-67
d1: DISTANCE ATOMS=49,25
d2: DISTANCE ATOMS=5,49
d3: DISTANCE ATOMS=44,36
d4: DISTANCE ATOMS=2,64
PRINT STRIDE=1 ARG=d1,d2,d3,d4 FILE=All_dist_thin
And the following plumed command:
plumed driver --plumed plumed-print-distance.dat --mf_trr ./meta_thin.trr --trajectory-stride 1
And it produces nan for the CV labeled 'd4'.
Both the COLVAR file and the HILLS file from the original GROMACS trajectory include values for 'd4'. But when I try and print the distances with plumed driver using the same pre-defined CVs it will not produce a number for 'd4'.
Any help on the correct syntax to use to print these distances would be appreciated.
Kind regards,
Billy