-
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
2 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
44 changes: 44 additions & 0 deletions
44
codes/quantum/qubits/stabilizer/topological/cubic_theory.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,44 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: cubic_theory | ||
physical: qubits | ||
logical: qubits | ||
|
||
name: 'Cubic theory code' | ||
introduced: '\cite{arxiv:2405.11719}' | ||
|
||
alternative_names: | ||
- 'Non-Abelian self-correcting quantum memory' | ||
- 'Magic stabilizer code' | ||
|
||
description: | | ||
A geometrically local commuting-projector code defined on triangulations of lattices in five and higher spatial dimensions. Its code Hamiltonian terms include Pauli-\(Z\) operators and products of Pauli-\(X\) operators and \(CZ\) gates. | ||
The Hamiltonian realizes higher-form \(\mathbb{Z}_2^3\) gauge theories whose excitations obey non-Abelian Ising-like fusion rules. | ||
The construction is based on first constructing a model for an SPT phase \cite{arxiv:1106.4772,arxiv:1908.02613}, gauging its symmetries following Refs. \cite{arxiv:1202.3120,arxiv:1605.01640,arXiv:1806.08679}, and making all terms commute outside of the ground-state subspace by projecting them to zero flux. | ||
features: | ||
decoders: | ||
- 'Probabilistic local cellular-automaton decoder \cite{arxiv:2405.11719}.' | ||
|
||
|
||
relations: | ||
parents: | ||
- code_id: commuting_projector | ||
- code_id: topological | ||
detail: 'Cubic theory codes realize \(\geq 5\)-dimensional higher-form \(\mathbb{Z}_2^3\) gauge theories with non-Abelian excitations.' | ||
cousins: | ||
- code_id: self_correct | ||
detail: 'A family of five-dimensional cubic theory codes with non-Abelian excitations is argued to be self-correcting below a critical temperature via a Peierls argument \cite{arxiv:2405.11719}.' | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-05-23' |
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