|
STORMM Source Documentation
|
Unguarded struct to store the ingredients of a single CMAP interaction. More...
#include <atomgraph_abstracts.h>
Public Attributes | |
| int | i_atom |
| First atom in the first dihedral term. | |
| int | j_atom |
| Second atom in the first dihedral term, or first atom in the second. | |
| int | k_atom |
| Third atom in the first dihedral term, or second atom in the second. | |
| int | l_atom |
| Fourth atom in the first dihedral term, or third atom in the second. | |
| int | m_atom |
| Fourth atom in the second dihedral term. | |
| int | surf_idx |
| int | surf_dim |
| Dimension of the (square, periodic) CMAP potential grid. | |
| T * | surf |
| Pointer to the surface potential values (stored in column-major format) | |
Unguarded struct to store the ingredients of a single CMAP interaction.
| int stormm::topology::CmapTerm< T >::surf_idx |
Surface term index (for tracing purposes–dimensions of a CMAP and a pointer to it are given next)