|
CASM
AClustersApproachtoStatisticalMechanics
|
#include "casm/app/ProjectSettings.hh"#include <tuple>#include "casm/app/AppIO.hh"#include "casm/crystallography/Structure.hh"#include "casm/clex/NeighborList.hh"#include "casm/clex/ConfigIOSelected.hh"#include "casm/clex/ConfigSelection.hh"Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
Functions | |
| Eigen::Matrix3l | CASM::_default_nlist_weight_matrix (const Structure &prim, double tol) |
| Default weight matrix for approximately spherical neighborhood in Cartesian coordinates. More... | |
| std::set< int > | CASM::_default_nlist_sublat_indices (const Structure &prim) |
| Default includes sublattices with >= 2 components. More... | |
| 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) |
| jsonParser & | CASM::to_json (const ProjectSettings &set, jsonParser &json) |