Gromacs
2024.4
|
#include "gmxpre.h"
#include "checkpointhelper.h"
#include "gromacs/domdec/domdec.h"
#include "gromacs/mdlib/mdoutf.h"
#include "gromacs/mdtypes/checkpointdata.h"
#include "gromacs/mdtypes/commrec.h"
#include "gromacs/mdtypes/energyhistory.h"
#include "gromacs/mdtypes/observableshistory.h"
#include "gromacs/mdtypes/pullhistory.h"
#include "gromacs/mdtypes/state.h"
#include "gromacs/utility/stringutil.h"
#include "trajectoryelement.h"
Defines the checkpoint helper for the modular simulator.