Unguarded struct to store the ingredients of a single CHARMM improper dihedral.
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 | l_atom |
| Fourth atom in the term.
|
|
int | param_idx |
| Parameter index (for tracing purposes–critical values are given next)
|
|
T | keq |
| Harmonic planar angle stiffness.
|
|
T | phi_eq |
| Harmonic equilibrium angle (radians)
|
|
template<typename T>
struct stormm::topology::CharmmImprTerm< T >
Unguarded struct to store the ingredients of a single CHARMM improper dihedral.
The documentation for this struct was generated from the following file: