httk.io.cif.symops_utils¶
Functions¶
|
Compose symmetry operations with centering translations. |
Module Contents¶
- httk.io.cif.symops_utils.compose_ops_with_centerings(ops, centerings)[source]¶
Compose symmetry operations with centering translations.
opsis a list of(R, t, time_flag)operations andcenteringsis a list of(c, time_c)wherecis a 3-vector fractional translation andtime_cis 0 or 1 (0 means no time reversal). Returns a new list of(R, t', time')wheret' = t + candtime' = (time_flag + time_c) % 2.