angle¶
Angle force classes apply a force and virial on every particle in the simulation state commensurate with the potential energy:
Each angle is defined by an ordered triplet of particle tags in the
hoomd.State
member angle_group
. HOOMD-blue does not construct angle
groups, users must explicitly define angles in the initial condition.
In the angle group (i,j,k), is the angle between the vectors and .
Angle force classes assign 1/3 of the potential energy to each of the particles in the angle group:
and similarly for virials.
Classes