From 516728c7142e2ddb3f548ce1849082c4e9ece61b Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Thu, 29 May 2014 19:11:29 +0100 Subject: [PATCH] Fixed typo in tutorial 4 --- user-doc/tutorials/belfast-4.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user-doc/tutorials/belfast-4.txt b/user-doc/tutorials/belfast-4.txt index 5f0a24145..ab14dd4a1 100644 --- a/user-doc/tutorials/belfast-4.txt +++ b/user-doc/tutorials/belfast-4.txt @@ -252,7 +252,7 @@ Now consider a simulation performed restraining the variable \f$\phi \f$: phi: TORSION ATOMS=5,7,9,15 psi: TORSION ATOMS=7,9,15,17 restraint-phi: RESTRAINT ARG=phi KAPPA=10.0 AT=-2 -PRINT STRIDE=10 ARG=phi,restraint-phi.bias FILE=COLVAR10 +PRINT STRIDE=10 ARG=phi,psi,restraint-phi.bias FILE=COLVAR10 \endverbatim @@ -262,7 +262,7 @@ phi: TORSION ATOMS=5,7,9,15 psi: TORSION ATOMS=7,9,15,17 # we use a "dummy" restraint with strength zero here restraint-phi: RESTRAINT ARG=phi KAPPA=0.0 AT=-2 -PRINT STRIDE=10 ARG=phi,restraint-phi.bias FILE=COLVAR0 +PRINT STRIDE=10 ARG=phi,psi,restraint-phi.bias FILE=COLVAR0 \endverbatim Plot the time dependence of \f$\phi \f$ in the two cases and try to understand the -- GitLab