pub trait SemiSimple: LieGroup + SealedSemiSimple { }Expand description
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl SemiSimple for SO3
SO(3) is semi-simple
impl SemiSimple for SU2
SU(2) is semi-simple.
As a simple group, it is automatically semi-simple. (Simple ⊂ Semi-simple in the classification hierarchy)
impl SemiSimple for SU3
SU(3) is semi-simple
impl<const N: usize> SemiSimple for SUN<N>
SU(N) is semi-simple (implied by simple) for all N ≥ 2.