Skip to content
Snippets Groups Projects
Commit 3ebd4b21 authored by Carlo Camilloni's avatar Carlo Camilloni
Browse files

ANGLES: fixed manual

fixed the examples
parent ecd797fe
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ The following example instructs plumed to find the average of two angles and to ...@@ -58,7 +58,7 @@ The following example instructs plumed to find the average of two angles and to
print it to a file print it to a file
\verbatim \verbatim
ANGLES ATOMS=1,2,3 ATOMS=4,5,6 MEAN LABEL=a1 ANGLES ATOMS1=1,2,3 ATOMS2=4,5,6 MEAN LABEL=a1
PRINT ARG=a1.mean FILE=colvar PRINT ARG=a1.mean FILE=colvar
\endverbatim \endverbatim
...@@ -76,7 +76,7 @@ This final example instructs plumed to calculate all the angles in the first coo ...@@ -76,7 +76,7 @@ This final example instructs plumed to calculate all the angles in the first coo
spheres of the atoms. A discretized-normalized histogram of the distribution is then output spheres of the atoms. A discretized-normalized histogram of the distribution is then output
\verbatim \verbatim
ANGLE GROUP=1-38 HISTOGRAM={GAUSSIAN LOWER=0.0 UPPER=pi NBINS=20} SWTICH={GAUSSIAN R_0=1.0} LABEL=a1 ANGLES GROUP=1-38 HISTOGRAM={GAUSSIAN LOWER=0.0 UPPER=pi NBINS=20} SWITCH={GAUSSIAN R_0=1.0} LABEL=a1
PRINT ARG=a1.* FILE=colvar PRINT ARG=a1.* FILE=colvar
\endverbatim \endverbatim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment