Skip to main content

tensor_decomposition

Function tensor_decomposition 

Source
pub fn tensor_decomposition(
    degree: usize,
    gens: &[Perm],
    cap: usize,
) -> Option<Vec<Vec<Vec<u128>>>>
Expand description

The tensor (fusion) decomposition of ⟨gens⟩’s irreducibles. See tensor_from_table. None when the character table is out of range or the fusion coefficients fail their structural checks.