pub fn quantum_tanner_spec_from_json_str(
input: &str,
) -> Result<QuantumTannerSpec>Expand description
Parse explicit quantum Tanner input JSON into typed Rust data.
Input concepts follow the qLDPC QTCode and CayleyComplex vocabulary in
drafts/qLDPC/src/qldpc/codes/quantum.py and
drafts/qLDPC/src/qldpc/objects.py. This parser intentionally stops before
semantic group validation, generator symmetry checks, face enumeration, or
CSS matrix generation.