-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
82 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
65 changes: 65 additions & 0 deletions
65
codes/quantum/qubits/subsystem/qldpc/bacon_shor/bacon_shor_9.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: bacon_shor_9 | ||
physical: qubits | ||
logical: qubits | ||
|
||
name: '\([[9,1,3,3]]\) Nine-qubit Bacon-Shor code' | ||
short_name: 'Nine-qubit Bacon-Shor' | ||
introduced: '\cite{doi:10.1103/PhysRevA.52.R2493,arxiv:quant-ph/0506023}' | ||
|
||
description: | | ||
Error-correcting nine-qubit subsystem stabilizer code encoding one logical qubit and three gauge qubits. | ||
Admits the following stabilizers, | ||
\begin{align} | ||
\begin{array}{ccccccccc} | ||
X & X & X & X & X & X & I & I & I\\ | ||
I & I & I & X & X & X & X & X & X\\ | ||
Z & Z & I & Z & Z & I & Z & Z & I\\ | ||
I & Z & Z & I & Z & Z & I & Z & Z | ||
\end{array}~, | ||
\end{align} | ||
which generate the gauge group with the help of eight additional gauge-group generators | ||
\begin{align} | ||
\begin{array}{ccccccccc} | ||
X & I & I & X & I & I & I & I & I\\ | ||
I & X & I & I & X & I & I & I & I\\ | ||
I & I & I & X & I & I & X & I & I\\ | ||
I & I & I & I & X & I & I & X & I\\ | ||
Z & Z & I & I & I & I & I & I & I\\ | ||
I & I & I & Z & Z & I & I & I & I\\ | ||
I & Z & Z & I & I & I & I & I & I\\ | ||
I & I & I & I & Z & Z & I & I & I | ||
\end{array}~. | ||
\end{align} | ||
If the physical qubits are arranged in a three-by-three square, the \(Z\)-type (\(X\)-type) gauge operators are supported on qubits in the same row (column). | ||
The code reduces to the \hyperref[code:shor_nine]{Shor code} for a particular gauge configuration. | ||
features: | ||
decoders: | ||
- 'Message passing for \([[9,1,3,3]]\) Bacon-Shor code \cite{arxiv:0806.2188}.' | ||
code_capacity_threshold: | ||
- '\(2.02 \times 10^{-5}\) \hyperref[topic:computational-threshold]{concatenated threshold} for the recursively concatenated code \cite{arxiv:0805.4213}.' | ||
|
||
|
||
realization: | ||
- 'Trapped-ion qubits: state preparation, logical measurement, and syndrome extraction (deferred to the end) demonstrated on a 13-qubit device by M. Cetina and C. Monroe groups \cite{arxiv:2009.11482}.' | ||
- 'Rydberg atomic devices: repeated error correction demonstrated on a device by Atom Computing \cite{arxiv:2411.11822}. ' | ||
|
||
|
||
relations: | ||
parents: | ||
- code_id: bacon_shor | ||
detail: 'The nine-qubit Bacon-Shor code is the shortest error-correcting Bacon-Shor code.' | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-12-12' |