Unguarded struct to store the ingredients of a single bond angle interaction.
More...
#include <atomgraph_abstracts.h>
|
int | i_atom |
| First atom in the term.
|
|
int | j_atom |
| Second (central) atom in the term.
|
|
int | k_atom |
| Third atom in the term.
|
|
int | param_idx |
| Parameter index (for tracing purposes–critical values are given next)
|
|
T | keq |
| Harmonic angle stiffness.
|
|
T | theta_eq |
| Harmonic equilibrium angle (radians)
|
|
template<typename T>
struct stormm::topology::AngleTerm< T >
Unguarded struct to store the ingredients of a single bond angle interaction.
The documentation for this struct was generated from the following file: