The Code Family Shor9
One of the earliest proof-of-concept error correcting codes, a concatenation of a 3-bit classical repetition code dedicated to protecting against bit-flips, and a 3-bit repetition code dedicated to protecting against phase-flips.
References
A Few Examples from this Family
Click on the ▶ marker to expand
Shor9()
Parity Check Tableau
Encoding Circuit
can be generated with
QuantumClifford.naive_encoding_circuit
Naive Syndrome Extraction Circuit
can be generated with
QuantumClifford.naive_syndrome_circuit
Shor Syndrome Extraction Circuit
can be generated with
QuantumClifford.shor_syndrome_circuit
Performance of Specific Decoders
TODO