-
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.
holographic_6_1_3 + holographic_subsystem
- Loading branch information
Showing
8 changed files
with
94 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
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
34 changes: 34 additions & 0 deletions
34
codes/quantum/qubits/stabilizer/holographic/holographic_6_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,34 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: holographic_6_1_3 | ||
physical: qubits | ||
logical: qubits | ||
|
||
name: 'Six-qubit-tensor holographic code' | ||
introduced: '\cite{arxiv:2009.10329}' | ||
|
||
description: | | ||
Holographic tensor-network code constructed out of a network of encoding isometries of the \([[6,1,3]]\) six-qubit stabilizer code. | ||
The structure of the isometry is similar to that of the heptagon holographic code since both isometries are rank-six tensors, but the isometry in this case is neither a \hyperref[topic:ame]{perfect tensor} nor a block-perfect tensor. | ||
features: | ||
code_capacity_threshold: | ||
- '\(18.8\%\) under depolarising using tensor-network decoder \cite{arxiv:2009.10329}.' | ||
|
||
relations: | ||
parents: | ||
- code_id: qubit_stabilizer | ||
- code_id: holographic_tensor | ||
detail: 'The encoding of the six-qubit-tensor holographic code is a holographic tensor network consisting of encoding isometries for the \([[6,1,3]]\) six-qubit stabilizer code.' | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-07-01' |
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
39 changes: 39 additions & 0 deletions
39
codes/quantum/qubits/stabilizer/holographic/holographic_subsystem.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,39 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: holographic_subsystem | ||
physical: qubits | ||
logical: qubits | ||
|
||
name: 'Holographic hybrid code' | ||
introduced: '\cite{arxiv:2010.05960}' | ||
|
||
alternative_names: | ||
- 'Subsystem holographic code' | ||
|
||
description: | | ||
Holographic tensor-network code constructed out of alternating isometries of the five-qubit and \([[4,1,1,2]]\) Bacon-Shor codes. | ||
relations: | ||
parents: | ||
- code_id: subsystem_stabilizer | ||
detail: 'The holographic hybrid code is constructed out of alternating isometries of the five-qubit and \([[4,1,1,2]]\) Bacon-Shor codes.' | ||
- code_id: holographic_tensor | ||
detail: 'The holographic hybrid code is constructed out of alternating isometries of the five-qubit and \([[4,1,1,2]]\) Bacon-Shor codes.' | ||
cousins: | ||
- code_id: stab_5_1_3 | ||
detail: 'The holographic hybrid code is constructed out of alternating isometries of the five-qubit and \([[4,1,1,2]]\) Bacon-Shor codes.' | ||
- code_id: bacon_shor | ||
detail: 'The holographic hybrid code is constructed out of alternating isometries of the five-qubit and \([[4,1,1,2]]\) Bacon-Shor codes.' | ||
|
||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-07-01' |