Back to News
quantum-computing

Ran a compiler-generated 3-qubit bit-flip code on Rigetti's Cepheus-1-108Q via Braket, syndrome correctly identified the injected error in 87% of shots, 94.5% logical error recovery under hardware noise

Reddit r/QuantumComputing (RSS)
Loading...
1 min read
0 likes
⚡ Quantum Brief
A quantum compiler successfully generated and executed a 3-qubit bit-flip error correction code on Rigetti’s 108-qubit processor, achieving 87% accurate syndrome detection for an injected X error. Post-processing decoding recovered the logical qubit with 94.5% accuracy under hardware noise, demonstrating practical error mitigation despite readout errors, gate infidelity, and decoherence. The test used Amazon Braket to run 100 shots on real hardware, contrasting with perfect results on a simulator, highlighting the gap between ideal and noisy quantum operations. This marks progress for QSHL, a compiler automating error-correction circuits from high-level code rather than manual design, though it lacks real-time fault tolerance. Next steps include mid-circuit measurements, repeated syndrome cycles, and cross-hardware benchmarks to advance toward scalable quantum error correction.
Ran a compiler-generated 3-qubit bit-flip code on Rigetti's Cepheus-1-108Q via Braket, syndrome correctly identified the injected error in 87% of shots, 94.5% logical error recovery under hardware noise

Summarize this article with:

I've been building QSHL (Quantum Self-Healing Language), a small compiler that emits OpenQASM 3.0 with error-correction circuits generated from a high-level specification rather than hand-wired syndrome logic. I wanted to validate the syndrome extraction on real hardware, not just simulators. Setup: 3-qubit bit-flip repetition code Two parity syndromes: s0 = parity(q0,q1) s1 = parity(q1,q2) Syndrome extraction via ancilla qubits Deliberate X error injected on q0 Expected syndrome: "10" Execution: Rigetti Cephus-1-108Q via Amazon Braket 100 shots Observed syndrome distribution: 10 (expected): 87% 11: 5% 00: 5% 01: 3% Using post-process syndrome decoding, the logical recovery rate was 94.5%. The non-ideal outcomes are consistent with real hardware effects: readout noise gate infidelity decoherence routing/SWAP overhead across the device topology For comparison, the same circuit executed deterministically on SV1 (1000/1000 expected outcomes), so the spread here is clearly hardware-driven. Important caveats: this is post-process decoding, not active fault tolerance not closed-loop real-time correction not a logical memory lifetime experiment distance-1 repetition code only Next steps are: mid-circuit measurement + conditional feedback repeated syndrome cycles higher-distance codes cross-hardware benchmarking Happy to answer questions about the compiler or lowering pipeline. submitted by /u/DestinyInDepth [link] [comments]

Read Original

Tags

quantum-optimization
quantum-hardware
rigetti

Source Information

Source: Reddit r/QuantumComputing (RSS)