CSS codes
Construct codes and check distance
Build sparse parity-check matrices, then use exact ILP or randomized searches.
First time here? Get startedHow to interpret benchmark evidence
Run it
Build and inspect a code
Run from a configured repository checkout. These commands are not included in the two-binary native archive. list names available codes; show steane prints the selected code description. Distance-search results below are separate reference cases.
cargo run -p qec-code --features cli --bin qec-code -- list
cargo run -p qec-code --features cli --bin qec-code -- show steane
Results
Exact results for small reference codes
Random-window searches report candidate upper bounds; they do not prove exact distance.
| Code | Method | Distance |
|---|---|---|
| Steane | Exact ILP | 3 |
| Toric d=4 | Exact ILP | 4 |
| Larger constructed codes | Random windows | Upper bound only |
Pipeline evidence
Random-window search
This workflow is local-only; generated outputs are not published as checked benchmark claims.
Open the random-window local pipeline evidence and reproduction instructions.