Skip to content
Snippets Groups Projects
Commit b0151b99 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed typos in doc

(thanks to Pratyush Tiwary)

[makedoc]
parent 9efc6dba
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,9 @@ The transformed distance can be compared with a reference value in order to calc
between two contact maps. Each distance can also be weighted for a given value. CONTACTMAP can be used together
with \ref FUNCPATHMSD to define a path in the contactmap space.
The individual contact map distances related to each contact can be accessed as components
named `cm.contact-1`, `cm.contact-2`, etc, assuming that the label of the CONTACTMAP is `cm`.
\par Examples
The following example calculates switching functions based on the distances between atoms
......
......@@ -65,7 +65,7 @@ ATOMS1=1,2 REFERENCE1=0.1
ATOMS2=3,4 REFERENCE2=0.5
ATOMS3=4,5 REFERENCE3=0.25
ATOMS4=5,6 REFERENCE4=0.0
SWITCH=(RATIONAL R_0=1.5)
SWITCH={RATIONAL R_0=1.5}
LABEL=c1
CMDIST
... CONTACTMAP
......@@ -75,7 +75,7 @@ ATOMS1=1,2 REFERENCE1=0.3
ATOMS2=3,4 REFERENCE2=0.9
ATOMS3=4,5 REFERENCE3=0.45
ATOMS4=5,6 REFERENCE4=0.1
SWITCH=(RATIONAL R_0=1.5)
SWITCH={RATIONAL R_0=1.5}
LABEL=c2
CMDIST
... CONTACTMAP
......@@ -85,7 +85,7 @@ ATOMS1=1,2 REFERENCE1=1.0
ATOMS2=3,4 REFERENCE2=1.0
ATOMS3=4,5 REFERENCE3=1.0
ATOMS4=5,6 REFERENCE4=1.0
SWITCH=(RATIONAL R_0=1.5)
SWITCH={RATIONAL R_0=1.5}
LABEL=c3
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