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

EXTERNAL: fixed example

parent 3c32c267
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ The following is an input for a calculation with an external potential that is
defined in the file bias.dat and that acts on the distance between atoms 3 and 5.
\verbatim
DISTANCE ATOMS=3,5 LABEL=d1
EXTERNAL ARG=d1 FILENAME=bias.dat LABEL=external
EXTERNAL ARG=d1 FILE=bias.dat LABEL=external
\endverbatim
(See also \ref DISTANCE \ref PRINT).
......@@ -64,7 +64,7 @@ potential acting on two torsional angles:
\verbatim
TORSION ATOMS=4,5,6,7 LABEL=t1
TORSION ATOMS=6,7,8,9 LABEL=t2
EXTERNAL ARG=t1,t2 FILENAME=bias.dat LABEL=ext
EXTERNAL ARG=t1,t2 FILE=bias.dat LABEL=ext
\endverbatim
The header in the file bias.dat for this calculation would read:
......
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