|
CASM
AClustersApproachtoStatisticalMechanics
|
#include <sstream>#include <string>#include <sys/stat.h>#include <sys/types.h>#include "casm/crystallography/Coordinate.hh"#include "casm/crystallography/UnitCellCoord.hh"#include "casm/crystallography/PrimGrid.hh"#include "casm/symmetry/SymPermutation.hh"#include "casm/symmetry/SymBasisPermute.hh"#include "casm/symmetry/SymGroupRep.hh"#include "casm/crystallography/Niggli.hh"Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
Functions | |
| template<typename CoordType > | |
| BasicStructure< CoordType > | CASM::operator* (const SymOp &LHS, const BasicStructure< CoordType > &RHS) |
| template<typename CoordType > | |
| BasicStructure< CoordType > | CASM::operator* (const Lattice &LHS, const BasicStructure< CoordType > &RHS) |
| template<typename CoordType > | |
| jsonParser & | CASM::to_json (const BasicStructure< CoordType > &basic, jsonParser &json) |
| template<typename CoordType > | |
| void | CASM::from_json (BasicStructure< CoordType > &basic, const jsonParser &json) |