-
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
5 changed files
with
66 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: stab_8_2_2 | ||
physical: qubits | ||
logical: qubits | ||
|
||
name: '\([[8,2,2]]\) color code' | ||
introduced: '\cite{arxiv:1612.04795}' | ||
|
||
description: | | ||
An \([[8,2,2]]\) color code defined on the projective plane. | ||
features: | ||
transversal_gates: 'Applying transversal \(S\) and \(S^{\dagger}\), \(\sqrt{X}\), and Hadamard gates yields various logical gates \cite{arxiv:1912.10063}.' | ||
|
||
relations: | ||
parents: | ||
- code_id: color | ||
- code_id: small_distance_quantum | ||
cousins: | ||
- code_id: 'The Shor code (\([[8,2,2]]\) color code) is a surface (color) code defined on the projective plane.' | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-02-13' |
29 changes: 29 additions & 0 deletions
29
codes/quantum/qubits/stabilizer/topological/surface/non-css/twist_defect_7_1_3.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,29 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: twist_defect_7_1_3 | ||
physical: qubits | ||
logical: qubits | ||
|
||
name: '\([[7,1,3]]\) twist-defect surface code' | ||
introduced: '\cite{arxiv:1612.04795}' | ||
|
||
description: | | ||
A \([[7,1,3]]\) code different from the Steane code that is a small example of a twist-defect surface code. | ||
features: | ||
transversal_gates: 'Single-qubit octahedral Clifford gates \cite{arxiv:1612.04795,arxiv:1912.10063}.' | ||
|
||
relations: | ||
parents: | ||
- code_id: twist_defect_surface | ||
- code_id: small_distance_quantum | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-02-13' |
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