Bond angleΒΆ
An angle is defined by three atoms by
where is the connection vector between the atoms and . It takes values from 0 to 180 degrees.
The use of the bond angle is invoked by the following block in the meta-config.json file:
"collective variables": [
{
"type": "angle",
"name": "bond angle phi",
"atoms": [i, j, k]
},
...
]
The "atoms"
keyword is used for the definition of the involved atoms in consecutive order.