Shortcut: DIHCOR
Module | multicolvar |
---|---|
Description | Usage |
Measures the degree of similarity between dihedral angles. | |
output value | type |
the sum of all the dihedral correlations | scalar |
Input
The atoms that serve as the input for this action are specified using one or more of the keywords in the following table.
Keyword | Type | Description |
---|---|---|
ATOMS | atoms | the set of 8 atoms that are being used each of the dihedral correlation values |
Further details and examples
Measures the degree of similarity between dihedral angles.
This colvar calculates the following quantity.
s=12∑i[1+cos(ϕi−ψi)]
where the ϕi and \psi_ values are the instantaneous values for the TORSION angles of interest.
You can see an example input for the DIHCOR action below
DIHCORMeasures the degree of similarity between dihedral angles. This action is a shortcut. More details ... ATOMS1the set of 8 atoms that are being used each of the dihedral correlation values=1,2,3,4,5,6,7,8 ATOMS2the set of 8 atoms that are being used each of the dihedral correlation values=5,6,7,8,9,10,11,12 LABELa label for the action so that its output can be referenced in the input to other actions=dih ... DIHCOR PRINTPrint quantities to a file. More details ARGthe labels of the values that you would like to print to the file=dih FILEthe name of the file on which to output these quantities=colvar STRIDE the frequency with which the quantities of interest should be output=10
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:
#SETTINGS MOLFILE=regtest/basic/rt32/helix.pdb MOLINFOThis command is used to provide information on the molecules that are present in your system. More details MOLTYPE what kind of molecule is contained in the pdb file - usually not needed since protein/RNA/DNA are compatible=protein STRUCTUREa file in pdb format containing a reference structure=regtest/basic/rt32/helix.pdbClick here to see an extract from this file.dihDIHCORMeasures the degree of similarity between dihedral angles. This action is a shortcut. More details ... ATOMS1the set of 8 atoms that are being used each of the dihedral correlation values=@phi-3the four atoms that are required to calculate the phi dihedral for residue 3. Click here for more information. ,@psi-3the four atoms that are required to calculate the psi dihedral for residue 3. Click here for more information. ATOMS2the set of 8 atoms that are being used each of the dihedral correlation values=@psi-3the four atoms that are required to calculate the psi dihedral for residue 3. Click here for more information. ,@phi-4the four atoms that are required to calculate the phi dihedral for residue 4. Click here for more information. ATOMS3the set of 8 atoms that are being used each of the dihedral correlation values=@phi-4the four atoms that are required to calculate the phi dihedral for residue 4. Click here for more information. ,@psi-4the four atoms that are required to calculate the psi dihedral for residue 4. Click here for more information. ... : PRINTPrint quantities to a file. More details ARGthe labels of the values that you would like to print to the file=dih FILEthe name of the file on which to output these quantities=colvar STRIDE the frequency with which the quantities of interest should be output=10
Here, @phi-3
tells plumed that you would like to calculate the ϕ angle in the third residue of the protein.
Similarly @psi-4
tells plumed that you want to calculate the ψ angle of the fourth residue of the protein.
Syntax
The following table describes the keywords and options that can be used with this action
Keyword | Type | Default | Description |
---|---|---|---|
ATOMS | input | none | the set of 8 atoms that are being used each of the dihedral correlation values |
NOPBC | optional | false | ignore the periodic boundary conditions when calculating distances |