|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/symmetry/SymOp.hh"#include "casm/casm_io/Log.hh"#include "casm/crystallography/Lattice.hh"#include "casm/misc/CASM_Eigen_math.hh"#include "casm/misc/CASM_math.hh"#include "casm/symmetry/SymGroup.hh"#include "casm/symmetry/SymGroupRep.hh"Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
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... | |