This is part of the multicolvar module |
Measures the degree of similarity between dihedral angles.
This colvar calculates the following quantity.
\[ s = \frac{1}{2} \sum_i \left[ 1 + \cos( \phi_i - \psi_i ) \right] \]
where the \(\phi_i\) and \(\psi\) values and the instantaneous values for the TORSION angles of interest.
The following provides an example input for the DIHCOR action
In the above input we are calculating the correlation between the torsion angle involving atoms 1, 2, 3 and 4 and the torsion angle involving atoms 5, 6, 7 and 8. This is then added to the correlation between the torsion angle involving atoms 5, 6, 7 and 8 and the correlation angle involving atoms 9, 10, 11 and 12.
Writing out the atoms involved in all the torsion angles in this way can be rather tedious. Thankfully if you are working with protein you can avoid this by using the MOLINFO command. PLUMED uses the pdb file that you provide to this command to learn about the topology of the protein molecule. This means that you can specify torsion angles using the following syntax:
Here, @phi-3 tells plumed that you would like to calculate the \(\phi\) angle in the third residue of the protein. Similarly @psi-4 tells plumed that you want to calculate the \(\psi\) angle of the fourth residue of the protein.
Quantity | Description |
.#!value | the sum of all the dihedral correlations |
ATOMS | the set of 8 atoms that are being used each of the dihedral correlation values. For more information on how to specify lists of atoms see Groups and Virtual Atoms |
NOPBC | ( default=off ) ignore the periodic boundary conditions when calculating distances |