2#ifndef STORMM_BAROSTAT_H
3#define STORMM_BAROSTAT_H
12enum class BarostatKind {
13 NONE, MONTE_CARLO, BERENDSEN
39std::string getBarostatName(BarostatKind kind);
BarostatKind getKind() const
Get the kind of barostat.
Definition barostat.cpp:18
Barostat()
The constructor can be blank (implying a barostat of kind NONE), take a specific barostat kind (imply...
Definition barostat.cpp:8