COMPASS torsion¶
Description¶
The compass_torsion type of torsion potential calculates the torsion potential of the COMPASS force field:
\[
E = k_1 \left ( 1 - \cos{\phi}\right ) + k_2 \left ( 1 - \cos{2\phi}\right ) + k_3 \left ( 1 - \cos{3\phi}\right )
\]
with \(k_1\), \(k_2\) and \(k_3\) the potential parameters decribed in the following table.
| Parameter | Units | Description |
|---|---|---|
| \(k_1\) | energy | force constant |
| \(k_2\) | energy | force constant |
| \(k_3\) | energy | force constant |
YAML syntax¶
compute_force_torsion:
potentials_for_torsions:
- types: [STRING, STRING, STRING, STRING]
potential: compass_torsion
parameters:
k1: VALUE UNITS
k2: VALUE UNITS
k3: VALUE UNITS
- STRING = Name of the atom type (specie) involved in the bending angle.
- VALUE = Physical value of the intended parameter.
- UNITS = Units of the provided value that will be passed to the conversion helper for internal units conversion.
Usage examples¶
Systems with a single atom type (specie)
Systems with several atom types (species)