CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <iosfwd>
#include <string>
Go to the source code of this file.
Classes | |
struct | CASM::ClexDescription |
Specifies a particular cluster expansion. More... | |
Namespaces | |
CASM | |
Main CASM namespace. | |
Functions | |
ClexDescription | CASM::default_configuration_clex () |
bool | CASM::operator< (const ClexDescription &A, const ClexDescription &B) |
Compare using name strings: A.name < B.name. More... | |
jsonParser & | CASM::to_json (const ClexDescription &desc, jsonParser &json) |
void | CASM::from_json (ClexDescription &desc, const jsonParser &json) |
bool | CASM::clex_exists (const DirectoryStructure &dir, const ClexDescription &desc) |
bool | CASM::new_dir (const DirectoryStructure &dir, ClexDescription const &desc) |