|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
Enumerations | |
| enum class | CASM::COORD_TYPE { CASM::FRAC , CASM::CART , CASM::INTEGRAL , CASM::COORD_DEFAULT } |
| enum class | CASM::PERIODICITY_TYPE : int { CASM::PERIODIC = 0 , CASM::APERIODIC = 1 , CASM::LOCAL = 1 , CASM::PERIODICITY_DEFAULT = 2 } |
| enum class | CASM::EQUIVALENCE_TYPE { CASM::PRIM , CASM::SCEL , CASM::CONFIG } |
| enum class | CASM::CELL_TYPE { CASM::PRIM , CASM::SCEL } |
| enum class | CASM::OnError { CASM::THROW , CASM::WARN , CASM::CONTINUE } |
Variables | |
| const COORD_TYPE | CASM::FRAC = COORD_TYPE::FRAC |
| const COORD_TYPE | CASM::CART = COORD_TYPE::CART |
| const COORD_TYPE | CASM::INTEGRAL = COORD_TYPE::INTEGRAL |
| const COORD_TYPE | CASM::COORD_DEFAULT = COORD_TYPE::COORD_DEFAULT |
| const PERIODICITY_TYPE | CASM::PERIODIC = PERIODICITY_TYPE::PERIODIC |
| const PERIODICITY_TYPE | CASM::LOCAL = PERIODICITY_TYPE::LOCAL |
| const PERIODICITY_TYPE | CASM::PERIODICITY_DEFAULT |
| const CELL_TYPE | CASM::PRIM = CELL_TYPE::PRIM |
| const CELL_TYPE | CASM::SCEL = CELL_TYPE::SCEL |