pub type UnitaryRepresentedSymmetryGroup = UnitaryRepresentedGroup<SymmetryOperation, MullikenIrrepSymbol, SymmetryClassSymbol<SymmetryOperation>>;Expand description
Type for symmetry groups in which all elements are represented as mathematical unitary operators. These groups admit unitary irreducible representations.
Aliased Typeยง
pub struct UnitaryRepresentedSymmetryGroup { /* private fields */ }