Gromacs
2025-dev-20241003-bd59e46
|
#include <gromacs/mdrun/simulatorbuilder.h>
Data for a specific simulation state.
Public Member Functions | |
SimulatorStateData (t_state *globalState, t_state *localState, ObservablesHistory *observablesHistory, gmx_enerdata_t *enerdata, gmx_ekindata_t *ekindata) | |
Build collection of current state data. | |
SimulatorStateData (const SimulatorStateData &simulatorStateData)=default | |
Can perform copy of current state. | |
Public Attributes | |
t_state * | globalState_p |
Handle to global state of the simulation. | |
t_state * | localState_p |
Handle to local state of the simulation. | |
ObservablesHistory * | observablesHistory_p |
Handle to current simulation history. | |
gmx_enerdata_t * | enerdata_p |
Handle to collected data for energy groups. | |
gmx_ekindata_t * | ekindata_p |
Handle to collected data for kinectic energy. | |