9 const std::multimap<Monte::ENSEMBLE, std::vector<std::string> >
10 traits<Monte::ENSEMBLE>::strval = {
12 {
"GrandCanonical",
"grand_canonical"}},
22 const std::multimap<Monte::METHOD, std::vector<std::string> >
23 traits<Monte::METHOD>::strval = {
34 const std::multimap<Monte::SAMPLE_MODE, std::vector<std::string> >
35 traits<Monte::SAMPLE_MODE>::strval = {
46 const std::multimap<Monte::DRIVE_MODE, std::vector<std::string> >
47 traits<Monte::DRIVE_MODE>::strval = {
58 const std::multimap<Monte::ENUM_SAMPLE_MODE, std::vector<std::string> >
59 traits<Monte::ENUM_SAMPLE_MODE>::strval = {
#define ENUM_JSON_IO_DEF(ENUM)
#define ENUM_IO_DEF(ENUM)
GenericDatumFormatter< std::string, ConfigEnumDataType > name()
METHOD
Monte Carlo method type.
SAMPLE_MODE
How often to sample runs.
DRIVE_MODE
How to change conditions.
ENSEMBLE
Monte Carlo ensemble type.
ENUM_SAMPLE_MODE
How often to sample runs.