-
Notifications
You must be signed in to change notification settings - Fork 93
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
6 changed files
with
70 additions
and
17 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
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: vbs | ||
physical: qudits | ||
logical: qudits | ||
|
||
name: 'Valence-bond-solid (VBS) code' | ||
short_name: 'VBS' | ||
introduced: '\cite{arxiv:1910.00038,arxiv:2105.14777}' | ||
|
||
description: | | ||
An \(n\)-qubit approximate \(q\)-dimensional qudit code family whose codespace is described in terms of \(SU(q)\) valence-bond-solid (VBS) \cite{doi:10.1007/978-3-662-06390-3_18} matrix product states with various boundary conditions. | ||
The codes become exact when either \(n\) or \(q\) go to infinity. | ||
features: | ||
transversal_gates: | ||
- 'Two classes of (approximate) VBS codes have \(SU(q)\) transversal gates \cite[Tab. III]{arxiv:2105.14777}.' | ||
|
||
relations: | ||
parents: | ||
- code_id: qudits_into_qudits | ||
- code_id: hamiltonian | ||
detail: 'VBS codewords are eigenstates of the frustration-free VBS Hamiltonian \cite{arxiv:1910.00038,arxiv:2105.14777}.' | ||
- code_id: approximate_qecc | ||
detail: 'VBS codes approximately protect against erasures in the thermodynamic limit.' | ||
cousins: | ||
- code_id: covariant | ||
detail: 'Two classes of (approximate) VBS codes have \(SU(q)\) transversal gates, i.e., are \(SU(q)\)-covariant \cite[Tab. III]{arxiv:2105.14777}.' | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-05-27' |