2#ifndef STORMM_CHECKPOINT_H
3#define STORMM_CHECKPOINT_H
7#include "Synthesis/phasespace_synthesis.h"
13using synthesis::PhaseSpaceSynthesis;
38template <
typename Trng>
39void writeCheckpointFile(
const PhaseSpace *ps,
const std::string &file_name,
const Trng *xrs);
41template <
typename Trng>
42void writeCheckpointFile(
const PhaseSpace &ps,
const std::string &file_name,
const Trng &xrs);
44template <
typename Trng>
46 const std::string &file_name,
const Trng *xrs);
48template <
typename Trng>
50 const std::string &file_name,
const Trng &xrs);
56#include "checkpoint.tpp"
A fixed-precision representation of coordinates, velocities, and forces to manage a set of simulation...
Definition phasespace_synthesis.h:325
An object to complement a topology and hold positions, velocities, and forces of all particles in a s...
Definition phasespace.h:141