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

Improved doc for ermsd

[makedoc]
parent 223f1528
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,14 @@ eRMSD = \sqrt{\frac{1}{N} \sum_{j,k} \vert \vec{G}(\tilde{\vec{r}}_{jk}^{\alpha}
Using the default cutoff, two structures with eRMSD of 0.7 or lower can be considered as significantly similar. A full description of the eRMSD can be found in \cite bott14
ERMSD is computed using the position of three atoms on the 6-membered ring of each involved nucleobase. The atoms should be:
- C2,C4,C6 for pyrimdines
- C2,C6,C4 for purines
The different order for purines and pyrimidines is fundamental and allows you to compute ERMSD between structures with different
sequences as well! Notice that the simplest way to avoid mistakes in choosing these atoms is to use the `@lcs-#` strings
as shown in the examples (see also \ref MOLINFO).
\warning Notice that the ERMSD implemented here is not integrated with the other metrics in plumed. As a consequence, it is not (yet) possible
to e.g. build path collective variables using ERMSD
......@@ -85,6 +93,7 @@ Calculate the eRMSD from reference structure reference.pdb using the default cut
considering residues 1,2,3,4,5,6.
\verbatim
MOLINFO STRUCTURE=reference.pdb
eRMSD1: ERMSD REFERENCE=reference.pdb ATOMS=@lcs-1,@lcs-2,@lcs-3,@lcs-4,@lcs-5,@lcs-6
\endverbatim
......
......@@ -90,6 +90,12 @@ For DNA or RNA residues, the following groups are available:
@back-#
@sugar-#
@base-#
# ordered triplets of atoms on the 6-membered ring of nucleobases
# namely:
# C2/C4/C6 for pyrimidines
# C2/C6/C4 for purines
@lcs-#
\endverbatim
Notice that `zeta` and `epsilon` groups should not be used on 3' end residue and `alpha` and `beta`
......
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