---
CIQA, an analytic Quantum Error Correction code, is now freely accessible on GitHub alongside CIQS, the 'million-qubit compiler'.
Here's a brief overview of the stack:
1. CIQS - An analytic circuit transpilation pipeline (no heuristics, no tunable parameters). It passed the full IBM Benchpress transpilation suite (892/892 tests) in 75 minutes on older hardware, while Qiskit took 17+ hours. It scales linearly to 1M+ qubits on the same harness (that is one million and above).
2. CIQA - An analytic 1:5 QEC that enables full active computation and complete Pauli correction at depth on existing hardware. On real quantum hardware, it delivered a mean fidelity improvement of up to +0.832 over bare qubits. On the same hardware, it successfully ran the full Hayden-Preskill black hole circuit, preventing early decoherence, and enabling the first observation of black hole evaporation past the Page time.
CIQS and CIQA were validated on IBM Heron r2 during real, deep computation runs. Both natively handle quDits, and both are hardware-agnostic.
---
CIQA is added to the CIQS GitHub repository as part of the full pipeline. CIQA can integrate any stack, but when paired with the CIQS compiler, the pipeline automatically isolates the CIQA encoding prefix (no extra coding needed).
All benchmarks are documented and public, alongside published papers. All links are in the GitHub README.
---
## Note on CIQA's overhead
5 physical qubits from the [[5,1,3]] perfect quantum code layout + 2 dedicated ancilla qudits per logical block (one per channel) for syndrome extraction. For a 156-physical-qubit QPU: 156/7 ≈ 22.
For 156 physical qubits, CIQA delivers 22 fully protected logical qubits allowing deep computation on real QPU, today.
---
What experiment will you attempt first with it? Feedback is welcome.
ohadkr•55m ago
KenographerPrim•41m ago
About your advice, what do you mean?
The whole pipeline (error correction, mapper, router, optimizer) is available with precise instructions.
A black-hole python runner is available alongside the black-hole circuit published paper linked in the README.
Benchpress is easily available from the IBM Benchpress Git repo.
And IBM QPUs can be used for free (they offer 10 min of free QPU usage with a new quantum account)
So the point is, to me, everything is available and reproducible. You could run the full Hayden-Preskill black hole scramble circuit in 10 min from now.
I'm not dismissing what you're saying, I'm badly trying to explain that I'm doing my best to be transparent and give all the possible tools and data. So I'm not sure what else you want me to do...