-
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
56 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
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
46 changes: 46 additions & 0 deletions
46
codes/quantum/qubits/stabilizer/holographic/holographic_steane.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,46 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: holographic_steane | ||
physical: qubits | ||
logical: qubits | ||
|
||
name: 'Heptagon holographic code' | ||
introduced: '\cite{arxiv:1806.06472}' | ||
|
||
alternative_names: | ||
- 'Holographic Steane code' | ||
|
||
description: | | ||
Holographic tensor-network code constructed out of a network of encoding isometries of the Steane code. | ||
features: | ||
decoders: | ||
- 'Optimal erasure decoder \cite{arxiv:1806.06472}.' | ||
|
||
threshold: | ||
- '\(~33\%\) under erasure noise using optimal erasure decoder \cite{arxiv:1806.06472}.' | ||
- '\(9.4\%\) under depolarizing noise using tensor-network decoder \cite{arxiv:2012.07317}.' | ||
|
||
|
||
relations: | ||
parents: | ||
- code_id: holographic_tensor | ||
detail: 'The encoding of the heptagon holographic code is a holographic tensor network consisting of encoding isometries for the Steane code, which are block-perfect tensors.' | ||
cousins: | ||
- code_id: block_perfect | ||
detail: 'The encoding of the heptagon holographic code is a holographic tensor network consisting of encoding isometries for the Steane code, which are block-perfect tensors.' | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2022-07-28' | ||
- user_id: VictorVAlbert | ||
date: '2021-12-29' | ||
- user_id: JoelRajakumar | ||
date: '2021-12-20' |