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

more docs on CS2Backbone

[makedoc]
parent 4178d363
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,10 @@ shift as in \cite Camilloni:2012je \cite Camilloni:2013hs (see \ref STATS and ...@@ -63,6 +63,10 @@ shift as in \cite Camilloni:2012je \cite Camilloni:2013hs (see \ref STATS and
CamShift calculation is relatively heavy because it often uses a large number of atoms, in order CamShift calculation is relatively heavy because it often uses a large number of atoms, in order
to make it faster it is currently parallelised with \ref OpenMP. to make it faster it is currently parallelised with \ref OpenMP.
As a general rule, when using \ref CS2BACKBONE or other experimental restraints it is better to
increase the accuracy of the constraint algorithm due to the increased strain on the bonded structure.
In the case of GROMACS it is safer to use lincs-iter=2 and lincs-order=6.
In general the system for which chemical shifts are calculated must be completly included in In general the system for which chemical shifts are calculated must be completly included in
ATOMS and a TEMPLATE pdb file for the same atoms should be provided as well in the folder DATA. ATOMS and a TEMPLATE pdb file for the same atoms should be provided as well in the folder DATA.
The atoms are made automatically whole unless NOPBC is used, in particular if the system is made of The atoms are made automatically whole unless NOPBC is used, in particular if the system is made of
......
...@@ -33,7 +33,9 @@ and Residual Dipolar couplings/pseudocontact shifts \ref RDC. ...@@ -33,7 +33,9 @@ and Residual Dipolar couplings/pseudocontact shifts \ref RDC.
In the following we will write the \ref CS2BACKBONE collective variable similar to the one used in Granata et al. (2013) (while the collective In the following we will write the \ref CS2BACKBONE collective variable similar to the one used in Granata et al. (2013) (while the collective
variable is still proportional to the square sum of the deviation of the calculated and experimental chemical shifts divided by a typical variable is still proportional to the square sum of the deviation of the calculated and experimental chemical shifts divided by a typical
error, the exact definition is not the same. The sum is not done anymore with a flat bottom difference and the error used are not the one error, the exact definition is not the same. The sum is not done anymore with a flat bottom difference and the error used are not the one
published, so the exact result of the scoring function can be different). published, so the exact result of the scoring function can be different).
As a general rule, when using \ref CS2BACKBONE or other experimental restraints it is better to increase the accuracy of the constraint algorithm due to the increased strain on the bonded structure. In the case of GROMACS it is safer to use lincs-iter=2 and lincs-order=6.
\verbatim \verbatim
prot: GROUP ATOMS=1-862 prot: GROUP ATOMS=1-862
......
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