|
CASM
AClustersApproachtoStatisticalMechanics
|
#include "casm/crystallography/Lattice.hh"#include "casm/crystallography/LatticeIsEquivalent.hh"#include "casm/symmetry/SymOp.hh"Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
Functions | |
| template<typename LatIterator , typename SymOpIterator > | |
| Lattice | CASM::superdupercell (LatIterator begin, LatIterator end, SymOpIterator op_begin=SymOpIterator(), SymOpIterator op_end=SymOpIterator()) |
| returns Lattice that is smallest possible supercell of all input Lattice More... | |
| template<typename Object , typename OpIterator > | |
| std::pair< OpIterator, Eigen::MatrixXi > | CASM::is_supercell (const Object &scel, const Object &unit, OpIterator begin, OpIterator end, double tol) |