-
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
4 changed files
with
43 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: quantum_pin | ||
physical: qubits | ||
logical: qubits | ||
|
||
name: 'Quantum pin code' | ||
introduced: '\cite{arXiv:1906.11394}' | ||
|
||
description: | | ||
Member of a family of CSS codes that encompasses both quantum Reed-Muller and color codes and that is defined using intersections of pinned sets. | ||
features: | ||
magic_scaling_exponent: 'A family of punctured pin codes admits \(\gamma \approx 1.6\) \cite[Table VII]{arxiv:1906.11394}.' | ||
|
||
|
||
relations: | ||
parents: | ||
- code_id: qubit_generalized_homological_product_css | ||
detail: 'One can construct quantum pin codes from any chain complex \cite[Sec. II.F]{arxiv:1906.11394}.' | ||
- code_id: quantum_k-orthogonal | ||
detail: 'Quantum pin codes are \(\ell\)-orthogonal, i.e., the overlap between any \(\ell\) stabilizers is even \cite{arXiv:1906.11394}.' | ||
cousins: | ||
- code_id: subsystem_color | ||
detail: 'Quantum pin codes have a subsystem version that can be viewed as a generalization of subsystem color codes \cite{arxiv:1906.11394}.' | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-03-14' |
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