|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
Classes | |
| class | SupercellCheckBase |
| class | IsSupercellOf |
| class | IsUnitcellOf |
| class | TransfMat |
| class | ConfigCountBase |
| class | Nconfig |
| class | Ncalc |
| class | Ndata |
Typedefs | |
| template<typename ValueType > | |
| using | GenericScelFormatter = GenericDatumFormatter< ValueType, Supercell > |
| typedef Generic1DDatumFormatter< Eigen::VectorXd, Supercell > | GenericVectorXdScelFormatter |
Functions | |
| GenericScelFormatter< std::string > | pointgroup_name () |
| GenericScelFormatter< Index > | scel_size () |
| GenericScelFormatter< Index > | multiplicity () |
| GenericScelFormatter< Index > | factorgroup_size () |
| GenericScelFormatter< double > | volume () |
| GenericVectorXdScelFormatter | lattice () |
| GenericVectorXdScelFormatter | lattice_params () |
| using CASM::ScelIO::GenericScelFormatter = typedef GenericDatumFormatter<ValueType, Supercell> |
Definition at line 186 of file SupercellIO.hh.
| typedef Generic1DDatumFormatter<Eigen::VectorXd, Supercell> CASM::ScelIO::GenericVectorXdScelFormatter |
Definition at line 189 of file SupercellIO.hh.
| GenericScelFormatter< Index > CASM::ScelIO::factorgroup_size | ( | ) |
Definition at line 250 of file SupercellIO.cc.
| GenericVectorXdScelFormatter CASM::ScelIO::lattice | ( | ) |
Definition at line 266 of file SupercellIO.cc.
| GenericVectorXdScelFormatter CASM::ScelIO::lattice_params | ( | ) |
Definition at line 276 of file SupercellIO.cc.
| GenericScelFormatter< Index > CASM::ScelIO::multiplicity | ( | ) |
Definition at line 242 of file SupercellIO.cc.
| GenericScelFormatter< std::string > CASM::ScelIO::pointgroup_name | ( | ) |
Definition at line 227 of file SupercellIO.cc.
| GenericScelFormatter< Index > CASM::ScelIO::scel_size | ( | ) |
Definition at line 235 of file SupercellIO.cc.
| GenericScelFormatter< double > CASM::ScelIO::volume | ( | ) |
Definition at line 258 of file SupercellIO.cc.