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

ContactMap: fix example

[makedoc]
parent 182743e6
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ The following example calculates switching functions based on the distances betw
to a file named colvar.
\verbatim
CONTACTMAP ATOMS1=1,2 ATOMS2=3,4 ATOMS3=4,5 ATOMS4=5,6 SWITCH=(RATIONAL R_0=1.5) LABEL=f1
CONTACTMAP ATOMS1=1,2 ATOMS2=3,4 ATOMS3=4,5 ATOMS4=5,6 SWITCH={RATIONAL R_0=1.5} LABEL=f1
PRINT ARG=f1.* FILE=colvar
\endverbatim
......@@ -61,7 +61,7 @@ ATOMS1=1,2 REFERENCE1=0.1 WEIGHT1=0.5
ATOMS2=3,4 REFERENCE2=0.5 WEIGHT2=1.0
ATOMS3=4,5 REFERENCE3=0.25 WEIGHT3=1.0
ATOMS4=5,6 REFERENCE4=0.0 WEIGHT4=0.5
SWITCH=(RATIONAL R_0=1.5)
SWITCH={RATIONAL R_0=1.5}
LABEL=cmap
CMDIST
... CONTACTMAP
......
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