Shortcut: ALPHABETA
| Module | multicolvar |
|---|---|
| Description | Usage |
| Measures a distance including pbc between the instantaneous values of a set of torsional angles and set of reference values. | |
| output value | type |
| the alpha beta CV | scalar |
Details and examples
Measures a distance including pbc between the instantaneous values of a set of torsional angles and set of reference values.
This shortcut calculates the following quantity.
where the values are the instantaneous values for the TORSION angles of interest. The values are reference values for the torsional angles that are specified in the input file.
The following provides an example of the input for an alpha beta similarity.
ab: ALPHABETAMeasures a distance including pbc between the instantaneous values of a set of torsional angles and set of reference values. This action is a shortcut. More details ... ATOMS1the atoms involved for each of the torsions you wish to calculate=168,170,172,188 REFERENCE1the reference values for each of the torsional angles=3.14 ATOMS2the atoms involved for each of the torsions you wish to calculate=170,172,188,190 REFERENCE2the reference values for each of the torsional angles=3.14 ATOMS3the atoms involved for each of the torsions you wish to calculate=188,190,192,230 REFERENCE3the reference values for each of the torsional angles=3.14 ... PRINTPrint quantities to a file. More details ARGthe labels of the values that you would like to print to the file=ab 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
Because all the reference values are the same we can also calculate the same quantity using
ab: ALPHABETAMeasures a distance including pbc between the instantaneous values of a set of torsional angles and set of reference values. This action is a shortcut. More details ... ATOMS1the atoms involved for each of the torsions you wish to calculate=168,170,172,188 REFERENCEthe reference values for each of the torsional angles=3.14 ATOMS2the atoms involved for each of the torsions you wish to calculate=170,172,188,190 ATOMS3the atoms involved for each of the torsions you wish to calculate=188,190,192,230 ... PRINTPrint quantities to a file. More details ARGthe labels of the values that you would like to print to the file=ab 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
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.ab: ALPHABETAMeasures a distance including pbc between the instantaneous values of a set of torsional angles and set of reference values. This action is a shortcut. More details ... ATOMS1the atoms involved for each of the torsions you wish to calculate=@phi-3the four atoms that are required to calculate the phi dihedral for residue 3. Click here for more information. REFERENCEthe reference values for each of the torsional angles=3.14 COEFFICIENT1the coefficient for each of the torsional angles=2 ATOMS2the atoms involved for each of the torsions you wish to calculate=@psi-3the four atoms that are required to calculate the psi dihedral for residue 3. Click here for more information. COEFFICIENT2the coefficient for each of the torsional angles=0.5 ATOMS3the atoms involved for each of the torsions you wish to calculate=@phi-4the four atoms that are required to calculate the phi dihedral for residue 4. Click here for more information. COEFFICIENT3the coefficient for each of the torsional angles=1 ... PRINTPrint quantities to a file. More details ARGthe labels of the values that you would like to print to the file=ab 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.
Notice, also, that in the first two examples the coefficients in the expression above were all set equal to one.
In the example above we use the COEFFICIENT keywords to set these quantities to three different values.
Notice, last of all, that in the above examples we reassemble any molecules that have been broken by the periodic boundary conditions using a procedure like that used in WHOLEMOLECULES before calculating the torsion angles. If you wish to turn this off for any reason you use the NOPBC flag as shown below:
ab: ALPHABETAMeasures a distance including pbc between the instantaneous values of a set of torsional angles and set of reference values. This action is a shortcut. More details ... ATOMS1the atoms involved for each of the torsions you wish to calculate=168,170,172,188 REFERENCEthe reference values for each of the torsional angles=3.14 ATOMS2the atoms involved for each of the torsions you wish to calculate=170,172,188,190 NOPBC ignore the periodic boundary conditions when calculating distances ATOMS3the atoms involved for each of the torsions you wish to calculate=188,190,192,230 ... PRINTPrint quantities to a file. More details ARGthe labels of the values that you would like to print to the file=ab 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
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 atoms involved for each of the torsions you wish to calculate |
Full list of keywords
The following table describes the keywords and options that can be used with this action
| Keyword | Type | Default | Description |
|---|---|---|---|
| ATOMS | input | none | the atoms involved for each of the torsions you wish to calculate |
| NOPBC | optional | false | ignore the periodic boundary conditions when calculating distances |
| REFERENCE | optional | not used | the reference values for each of the torsional angles |
| COEFFICIENT | optional | not used | the coefficient for each of the torsional angles |