|
CASM
AClustersApproachtoStatisticalMechanics
|
#include "casm/container/Array.hh"#include "casm/crystallography/UnitCellCoord.hh"#include "casm/symmetry/SymOpRepresentation.hh"#include "casm/symmetry/SymOp.hh"#include "casm/casm_io/jsonParser.hh"Go to the source code of this file.
Classes | |
| class | CASM::SymBasisPermute |
| SymBasisPermute describes how a symmetry operation permutes atoms in a basis. More... | |
Namespaces | |
| CASM | |
| Main CASM namespace. | |
Functions | |
| template<typename BasisPermutable > | |
| UnitCellCoord & | CASM::apply (const SymOp &op, UnitCellCoord &value, const BasisPermutable &obj) |
| Apply symmetry to a UnitCellCoord. More... | |
| UnitCellCoord & | CASM::apply (const SymBasisPermute &op, UnitCellCoord &value) |
| Apply symmetry to a UnitCellCoord. More... | |