pub fn validate_quantum_tanner_group_table(
spec: &QuantumTannerSpec,
) -> Result<ValidatedFiniteGroup>Expand description
Validate the explicit finite group data used by quantum Tanner construction.
The group-side expectations mirror qLDPC’s CayleyComplex vocabulary in
drafts/qLDPC/src/qldpc/objects.py; later QTCode consumption follows
drafts/qLDPC/src/qldpc/codes/quantum.py.