Gromacs
2021-beta2-UNCHECKED
|
#include "gmxpre.h"
#include "parrinellorahmanbarostat.h"
#include "gromacs/domdec/domdec_network.h"
#include "gromacs/math/units.h"
#include "gromacs/math/vec.h"
#include "gromacs/mdlib/coupling.h"
#include "gromacs/mdlib/mdatoms.h"
#include "gromacs/mdlib/stat.h"
#include "gromacs/mdtypes/checkpointdata.h"
#include "gromacs/mdtypes/commrec.h"
#include "gromacs/mdtypes/inputrec.h"
#include "gromacs/mdtypes/mdatom.h"
#include "gromacs/pbcutil/boxutilities.h"
#include "energydata.h"
#include "modularsimulator.h"
#include "simulatoralgorithm.h"
#include "statepropagatordata.h"
Defines the Parrinello-Rahman barostat for the modular simulator.
Enumerations | |
enum | gmx::anonymous_namespace{parrinellorahmanbarostat.cpp}::CheckpointVersion { gmx::anonymous_namespace{parrinellorahmanbarostat.cpp}::CheckpointVersion::Base, gmx::anonymous_namespace{parrinellorahmanbarostat.cpp}::CheckpointVersion::Count } |
Enum describing the contents ParrinelloRahmanBarostat writes to modular checkpoint. More... | |
Functions | |
gmx::statePropagatorData_ (statePropagatorData) | |
gmx::energyData_ (energyData) | |
gmx::fplog_ (fplog) | |
gmx::inputrec_ (inputrec) | |
gmx::mdAtoms_ (mdAtoms) | |
Variables | |
gmx::boxRel_ { { 0 } } | |
gmx::boxVelocity_ { { 0 } } | |
constexpr auto | gmx::anonymous_namespace{parrinellorahmanbarostat.cpp}::c_currentVersion = CheckpointVersion(int(CheckpointVersion::Count) - 1) |