moyo 0.8.0

Library for Crystal Symmetry in Rust
Documentation
1
2
3
4
5
6
7
8
/// How rotation acts on magnetic moments.
#[derive(Debug, Clone, Copy)]
pub enum RotationMagneticMomentAction {
    /// m -> R @ m
    Polar,
    /// m -> (det R) R @ m
    Axial,
}