|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/clex/io/stream/ClexBasis_stream_io.hh"#include "casm/app/DirectoryStructure.hh"#include "casm/casm_io/Log.hh"#include "casm/casm_io/json/jsonParser.hh"#include "casm/clex/ClexBasisSpecs.hh"#include "casm/clex/PrimClex.hh"#include "casm/clusterography/ClusterSpecs_impl.hh"#include "casm/clusterography/io/OrbitPrinter_impl.hh"#include "casm/crystallography/Structure.hh"Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
Functions | |
| void | CASM::print_basis_functions (Log &log, std::shared_ptr< Structure const > const &shared_prim, ClexBasisSpecs const &basis_set_specs, bool align, OrbitPrinterOptions opt=OrbitPrinterOptions()) |
| Pretty-print basis functions – generate, then print. More... | |
| void | CASM::print_basis_functions (Log &log, PrimClex const &primclex, std::string basis_set_name, bool align, OrbitPrinterOptions opt=OrbitPrinterOptions()) |
| Pretty-print basis functions – read clusters from existing clust.json file. More... | |