-
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.
galois_hypergraph_product, galois_expander
- Loading branch information
Showing
11 changed files
with
102 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
File renamed without changes.
47 changes: 47 additions & 0 deletions
47
codes/quantum/qudits_galois/stabilizer/qldpc/balanced_product/galois_expander.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,47 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: galois_expander | ||
physical: galois | ||
logical: galois | ||
|
||
name: 'Galois-qudit quantum expander code' | ||
introduced: '\cite{arxiv:2410.14662}' | ||
|
||
alternative_names: | ||
- 'Galois-qudit Sipser-Spielman code' | ||
|
||
description: | | ||
Galois-qudit CSS code constructed from a hypergraph product of expander codes. | ||
Expander codes with RS inner codes contain GRM codewords because tensor products of univariate polynomials (corresponding to RS codewords) yield multivariate polynomials (corresponding to GRM codewords) \cite{arxiv:2410.14662}. This \textit{multiplication property} allows for QLDPC Galois-qudit quantum expander codes with transversal \(C^{r-1} Z\) gates while maintaining distance \cite{arxiv:2410.14662}. | ||
features: | ||
magic_scaling_exponent: 'Hypergraph products of expander codes with RS inner codes yield \([[n,k\geq n^{1-\epsilon},d\geq n^{1/r}/\text{poly}(\log n)]]_q\) QLDPC Galois-qudit quantum expander codes with transversal \(C^{r-1} Z\) gates \cite{arxiv:2410.14662}. This construction allows for arbitrarily small magic-state yield parameter \(\gamma).' | ||
|
||
transversal_gates: | ||
- 'Hypergraph products of expander codes with RS inner codes yield \([[n,k\geq n^{1-\epsilon},d\geq n^{1/r}/\text{poly}(\log n)]]_q\) QLDPC Galois-qudit quantum expander codes with transversal \(C^{r-1} Z\) gates \cite{arxiv:2410.14662}.' | ||
|
||
|
||
relations: | ||
parents: | ||
- code_id: galois_hypergraph_product | ||
cousins: | ||
- code_id: reed_solomon | ||
detail: 'Hypergraph products of expander codes with RS inner codes yield \([[n,k\geq n^{1-\epsilon},d\geq n^{1/r}/\text{poly}(\log n)]]_q\) QLDPC Galois-qudit quantum expander codes with transversal \(C^{r-1} Z\) gates \cite{arxiv:2410.14662}.' | ||
- code_id: generalized_reed_muller | ||
detail: 'Expander codes with RS inner codes contain GRM codewords because tensor products of univariate polynomials (corresponding to RS codewords) yield multivariate polynomials (corresponding to GRM codewords) \cite{arxiv:2410.14662}.' | ||
- code_id: balanced_product | ||
detail: 'Balanced products of expander codes with RS inner codes yield \([q^{\text{polylog}(q)},k\geq n^{1-\epsilon},n/\text{poly}(\log n)]_q\) LTCs exhibiting the multiplication property \cite{arxiv:2410.14662}.' | ||
- code_id: q-ary_ltc | ||
detail: 'Balanced products of expander codes with RS inner codes yield \([q^{\text{polylog}(q)},k\geq n^{1-\epsilon},n/\text{poly}(\log n)]_q\) LTCs exhibiting the multiplication property \cite{arxiv:2410.14662}.' | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-10-23' |
39 changes: 39 additions & 0 deletions
39
codes/quantum/qudits_galois/stabilizer/qldpc/balanced_product/galois_hypergraph_product.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: galois_hypergraph_product | ||
physical: galois | ||
logical: galois | ||
|
||
name: 'Galois-qudit HGP code' | ||
# introduced: '\cite{arxiv:0903.0566,arxiv:1202.0928,arxiv:1810.01519}' | ||
|
||
alternative_names: | ||
- 'Galois-qudit quantum hypergraph (QHG) code' | ||
- 'Galois-qudit Tillich-Zemor product code' | ||
|
||
description: | | ||
A member of a family of Galois-qudit CSS codes whose stabilizer generator matrix is obtained from a hypergraph product of two classical linear \(q\)-ary codes. | ||
features: | ||
|
||
|
||
relations: | ||
parents: | ||
- code_id: lifted_product | ||
detail: 'Lifted-product codes for trivial lift are Galois-qudit hypergraph-product codes.' | ||
cousins: | ||
- code_id: q-ary_linear | ||
detail: 'Galois-qudit HGP codes are constructed out of two classical linear \(q\)-ary codes.' | ||
# - code_id: galois_homological_product | ||
# detail: 'A homological product of chain complexes corresponding to two linear \(q\)-ary codes is a Galois-qudit hypergraph product code.' | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-10-22' |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.