Gromacs
2024.4
|
#include <gromacs/topology/atoms.h>
Template wrapper struct for particle FEP state values.
Public Member Functions | |
FEPStateValue ()=default | |
Empty object. | |
FEPStateValue (T value) | |
Construct without FEP state changes. | |
Public Attributes | |
haveBState_ | |
bool | haveBState_ = false |
Whether this value has B state set or not. | |
FEPStateValue< T >::haveBState_ |