Relates to symmetry operations.
◆ get_matrix()
Accessor to allow conversion to xtal::SymOpType. Returns Cartesian transformation matrix.
Definition at line 167 of file SymOp.cc.
◆ get_time_reversal()
bool CASM::get_time_reversal |
( |
const SymOp & |
op | ) |
|
Accessor to allow conversion to xtal::SymOpType. Returns whether the symmetry operation is time reversal active.
Definition at line 171 of file SymOp.cc.
◆ get_translation()
Accessor to allow conversion to xtal::SymOpType. Returns translation vector (tau).
Definition at line 169 of file SymOp.cc.
◆ print_matrix_tau_col()
void CASM::print_matrix_tau_col |
( |
Log & |
log, |
|
|
const SymOp & |
op, |
|
|
Index |
prec |
|
) |
| |
Print formatted SymOp matrix and tau.
Matrix | Tau
0.5 -0.86603 0 | 1.617
0.86603 0.5 0 | 0.93357
0 0 1 | 2.5843
- Includes Log indentation level
Definition at line 196 of file SymOp.cc.