-
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
5 changed files
with
46 additions
and
6 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
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: qudit_reed_muller | ||
physical: qudits | ||
logical: qudits | ||
|
||
name: 'Prime-qudit RM code' | ||
introduced: '\cite{arXiv:quant-ph/0502001,arxiv:1205.3104}' | ||
|
||
description: | | ||
Modular-qudit stabilizer code constructed from generalized Reed-Muller (GRM) codes via the modular-qudit CSS construction. | ||
An odd-prime-qudit CSS code family constructed from first-order punctured RM codes transversally implements a diagonal gate at any level of the \hyperref[topic:qudit-clifford-hierarchy]{qudit Clifford hierarchy} \cite{arxiv:1205.3104}. | ||
features: | ||
magic_scaling_exponent: 'An odd-prime-qudit CSS code family constructed from first-order punctured RM codes can be used for qudit magic-state distillation \cite{arxiv:1205.3104}.' | ||
|
||
transversal_gates: 'An odd-prime-qudit CSS code family constructed from first-order punctured RM codes transversally implements a diagonal gate at any level of the \hyperref[topic:qudit-clifford-hierarchy]{qudit Clifford hierarchy} \cite{arxiv:1205.3104}.' | ||
|
||
relations: | ||
parents: | ||
- code_id: qudit_css | ||
- code_id: galois_reed_muller | ||
detail: 'Galois-qudit RM codes reduce to prime-qudit RM codes when \(q\) is prime.' | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-03-01' |