CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/casm_io/enum/json_io.hh"
#include "casm/casm_io/enum/stream_io.hh"
#include "casm/global/definitions.hh"
Go to the source code of this file.
Namespaces | |
CASM | |
Main CASM namespace. | |
CASM::Monte | |
Typedefs | |
typedef Index | CASM::Monte::size_type |
Enumerations | |
enum class | CASM::Monte::ENSEMBLE { CASM::Monte::GrandCanonical , CASM::Monte::Canonical } |
Monte Carlo ensemble type. More... | |
enum class | CASM::Monte::METHOD { CASM::Monte::Metropolis , CASM::Monte::LTE1 } |
Monte Carlo method type. More... | |
enum class | CASM::Monte::SAMPLE_MODE { CASM::Monte::STEP , CASM::Monte::PASS } |
How often to sample runs. More... | |
enum class | CASM::Monte::DRIVE_MODE { CASM::Monte::INCREMENTAL , CASM::Monte::CUSTOM } |
How to change conditions. More... | |
enum class | CASM::Monte::ENUM_SAMPLE_MODE { CASM::Monte::ON_SAMPLE , CASM::Monte::ON_ACCEPT } |
How often to sample runs. More... | |