|
CASM
AClustersApproachtoStatisticalMechanics
|
Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
Functions | |
| template<typename CoordType > | |
| std::ostream & | CASM::operator<< (std::ostream &stream, const GenericCluster< CoordType > &cluster) |
| template<typename CoordType > | |
| GenericCluster< CoordType > | CASM::operator* (const SymOp &LHS, const GenericCluster< CoordType > &RHS) |
| create symmetry-transformed cluster More... | |
| template<typename CoordType > | |
| GenericCluster< CoordType > | CASM::operator+ (const GenericCluster< CoordType > &LHS, const Coordinate &RHS) |
| create translated cluster More... | |
| template<typename CoordType > | |
| GenericCluster< CoordType > | CASM::operator- (const GenericCluster< CoordType > &LHS, const Coordinate &RHS) |
| create translated cluster More... | |
| template<typename CoordType > | |
| bool | CASM::almost_equal (const GenericCluster< CoordType > &LHS, const GenericCluster< CoordType > &RHS, double tol) |