Gromacs
2026.0-dev-20250116-fa3fd9d
|
#include <cstdio>
#include <map>
#include <memory>
#include <optional>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
#include "gromacs/mdlib/checkpointhandler.h"
#include "gromacs/mdrunutility/handlerestart.h"
#include "gromacs/mdtypes/checkpointdata.h"
#include "gromacs/utility/exceptions.h"
#include "modularsimulatorinterfaces.h"
Declares the checkpoint helper for the modular simulator.
This header is only used within the modular simulator module
Classes | |
class | gmx::CheckpointHelper |
Checkpoint helper. More... | |
class | gmx::CheckpointHelperBuilder |
Builder for the checkpoint helper. More... | |