Torsion angleΒΆ
A torsion angle is defined by four atoms by
where and are planes determined by the atoms and , respectively. It takes values from -180 to 180 degrees.
The use of the torsion angle is invoked by the following block in the meta-config.json file. The "atoms"
keyword is used for the definition of the involved atoms in consecutive order:
"collective variables": [
{
"type": "torsion",
"name": "torsion angle theta",
"atoms": [i, j, k, l]
},
...
]