-
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
7 changed files
with
52 additions
and
9 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
36 changes: 36 additions & 0 deletions
36
codes/quantum/qubits/stabilizer/quantum_tensor_product.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,36 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: quantum_tensor_product | ||
physical: qubits | ||
logical: qubits | ||
|
||
name: 'Quantum tensor-product code' | ||
introduced: '\cite{arxiv:quant-ph/0703181,arxiv:1605.09598}' | ||
|
||
description: | | ||
CSS code constructed from a tensor code. In some cases, only one of the classical codes forming the tensor code needs to be self-orthogonal. | ||
relations: | ||
parents: | ||
- code_id: qubit_css | ||
cousins: | ||
- code_id: tensor | ||
- code_id: reversible | ||
detail: 'Reversible cyclic codes can be used to construct quantum tensor-product codes \cite{arxiv:1605.09598}.' | ||
- code_id: q-ary_cyclic | ||
detail: 'Reversible cyclic codes can be used to construct quantum tensor-product codes \cite{arxiv:1605.09598}.' | ||
- code_id: mds | ||
detail: 'MDS codes can be used to construct quantum tensor-product codes \cite{arxiv:1605.09598}.' | ||
- code_id: galois_polynomial | ||
detail: 'Product codes constructed from a self-orthogonal and an arbitrary RS code yields an RS code \cite{arxiv:quant-ph/0703181}.' | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-07-18' |
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