|
CASM
AClustersApproachtoStatisticalMechanics
|
#include "casm/external/boost.hh"#include "casm/misc/cloneable_ptr.hh"#include "casm/casm_io/Log.hh"#include "casm/crystallography/Structure.hh"#include "casm/clex/DoFManager.hh"#include "casm/clex/CompositionConverter.hh"#include "casm/clex/Supercell.hh"#include "casm/clex/Clexulator.hh"#include "casm/clex/ChemicalReference.hh"#include "casm/clex/NeighborList.hh"#include "casm/app/DirectoryStructure.hh"#include "casm/app/ProjectSettings.hh"#include "casm/app/EnumeratorHandler.hh"#include "casm/app/QueryHandler.hh"Go to the source code of this file.
Classes | |
| singleton | CASM::ConfigIterator< ConfigType, PrimClexType > |
| class | CASM::PrimClex |
| PrimClex is the top-level data structure for a CASM project. More... | |
Namespaces | |
| CASM | |
| Main CASM namespace. | |
Functions | |
| SiteOrbitree | CASM::make_orbitree (Structure &prim, const jsonParser &json, double _tol) |
| Make orbitree. For now specifically global. More... | |
| void | CASM::print_clexulator (const Structure &prim, SiteOrbitree &tree, const PrimNeighborList &nlist, std::string class_name, std::ostream &stream, double xtal_tol) |
| Print clexulator. More... | |