CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
Go to the source code of this file.
Classes | |
class | CASM::SymOp |
SymOp is the Coordinate representation of a symmetry operation it keeps fraction (FRAC) and Cartesian (CART) information about how a symetry operation transforms 3D spatial coordinates. More... | |
struct | CASM::adapter::Adapter< SymOp, FromType > |
struct | CASM::adapter::Adapter< SymOp, SymOp > |
Namespaces | |
CASM | |
Main CASM namespace. | |
CASM::adapter | |
Functions | |
const SymOp::matrix_type & | CASM::get_matrix (const SymOp &op) |
const SymOp::vector_type & | CASM::get_translation (const SymOp &op) |
bool | CASM::get_time_reversal (const SymOp &op) |
void | CASM::print_matrix_tau_col (Log &log, const SymOp &op, Index prec) |
Print formatted SymOp matrix and tau. More... | |