-
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
3 changed files
with
61 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: chamon | ||
physical: qubits | ||
logical: qubits | ||
|
||
name: 'Chamon model code' | ||
introduced: '\cite{arXiv:cond-mat/0404182,arXiv:1006.4871}' | ||
|
||
description: | | ||
A foliated type-I fracton non-CSS code defined on a cubic lattice using one weight-eight stabilizer generator acting on the eight vertices of each cube in the lattice \cite[Eq. (D38)]{arxiv:1908.08049}. | ||
Variants include a CSS model that is expected to have the same excitation structure \cite{arXiv:1603.04442}. | ||
relations: | ||
parents: | ||
- code_id: qubit_stabilizer | ||
- code_id: fracton | ||
detail: 'The Chamon model is a foliated type-I fracton code and is the first example of a fracton phase \cite{arxiv:1908.08049}.' | ||
|
||
|
||
_meta: | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-02-08' |
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,30 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: hh_fracton | ||
physical: qubits | ||
logical: qubits | ||
|
||
name: 'Hsieh-Halasz (HH) code' | ||
short_name: 'HH' | ||
introduced: '\cite{arXiv:1703.02973}' | ||
|
||
description: | | ||
Member of one of two families of fracton codes, named HH-I and HH-II, defined on a cubic lattice with two qubits per site. | ||
HH-I (HH-II) is a CSS (non-CSS) stabilizer code family, with the former identified as a foliated type-I fracton code \cite{arxiv:1908.08049}. | ||
relations: | ||
parents: | ||
- code_id: qubit_stabilizer | ||
- code_id: fracton | ||
detail: 'Both HH-I and HH-II are fracton codes, with HH-I identified as a foliated type-I fracton code \cite{arxiv:1908.08049}.' | ||
|
||
|
||
_meta: | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-02-08' |