Gromacs
2026.0-dev-20250207-8469bad
|
#include "gmxpre.h"
#include "checkpointhelper.h"
#include <functional>
#include <type_traits>
#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/modularsimulator/modularsimulatorinterfaces.h"
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/stringutil.h"
#include "trajectoryelement.h"
Defines the checkpoint helper for the modular simulator.