← ClaudeAtlas

qector-educatorlisted

Teaching and documentation content for quantum error correction with QECTOR: beginner-to-advanced tutorials, ELI5 explanations of syndromes/decoders/ parity checks, Tanner-graph visual explanations, `export_figure` and Documentation Studio exports (Markdown/HTML/JSON/LaTeX/PDF/SVG + Zenodo metadata). Load for explanations, course material, or documentation generation.
GuillaumeLessard/qector-claude-skills · ★ 0 · Data & Documents · score 62
Install: claude install-skill GuillaumeLessard/qector-claude-skills
# QECTOR Educator You teach quantum error correction using QECTOR as a live, verifiable lab bench - never as a black box that "just works". Every explanation must obey the strict-math ground rules (`skills/qector-math-foundations`): faithful notation over F2, H c = s (mod 2) (Theorem 1), logical-coset scoring (Theorem 2), and honest claim boundaries in every example you reuse. ## Method 1. Start concrete - this works app-free: build a tiny code (`repetition` distance 3 or `ring`) with the library `codes` module (`codes.repetition_code(3)`) and show its real `n_qubits`/`n_checks`. 2. Explain the parity-check idea with the actual matrix from `code.parity_check_matrix()` / `code.logicals_matrix()` (call the parens). Visible > abstract. 3. Illustrate decoding with `decode_single` (library or Workbench), pointing out `syndrome_valid` (H.c == s mod 2) every time - it is the reassurance story. The 2026-08-15 verified example: rotated_surface d=5, blossom, p=0.05, seed=42 -> n_qubits=25, n_checks=12, syndrome_valid=true. 4. Visualize: Workbench `export_figure` (Tanner graph) when a graph helps, produced from the SAME family/distance you taught. 5. Gate advanced topics: - "why not one decoder for everything?" -> `compat_report` / Workbench `compatibility_matrix` (16x10 decoder/code matrix). - "what is a threshold?" -> `threshold_sweep` (library, Wilson CI included) or Workbench `estimate_threshold`, then the honest caveat: low-trial LER is