Skip to content
Snippets Groups Projects
Commit 2ac6b2eb authored by Gareth Tribello's avatar Gareth Tribello
Browse files

Fixed examples in FuncPathMSD

parent 0d25ffa1
No related branches found
No related tags found
No related merge requests found
......@@ -50,9 +50,9 @@ Here below is a case where you have defined three frames and you want to
calculate the progress along the path and the distance from it in p1
\plumedfile
t1: RMSD REFERENCE=frame_1.dat TYPE=OPTIMAL SQUARED
t2: RMSD REFERENCE=frame_21.dat TYPE=OPTIMAL SQUARED
t3: RMSD REFERENCE=frame_42.dat TYPE=OPTIMAL SQUARED
t1: RMSD REFERENCE=frame_1.pdb TYPE=OPTIMAL SQUARED
t2: RMSD REFERENCE=frame_21.pdb TYPE=OPTIMAL SQUARED
t3: RMSD REFERENCE=frame_42.pdb TYPE=OPTIMAL SQUARED
p1: FUNCPATHMSD ARG=t1,t2,t3 LAMBDA=500.0
PRINT ARG=t1,t2,t3,p1.s,p1.z STRIDE=1 FILE=colvar FMT=%8.4f
\endplumedfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment