-
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.
Merge pull request #327 from fahimniya/main
Add Hyperbolic Floquet code
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
codes/quantum/qubits/dynamic_gen/da/hyperbolic_floquet.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,35 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
|
||
|
||
code_id: 'hyperbolic_floquet' | ||
|
||
name: 'Hyperbolic Floquet code' | ||
|
||
description: 'Floquet code whose check-operators correspond to edges of a hyperbolic lattice of degree 3.' | ||
|
||
introduced: '\cite{arXiv:2309.10033, arXiv:2308.03750}' | ||
|
||
features: | ||
|
||
rate: 'Finite encoding rate whose value depends on the hyperbolic lattice. The asymptotic rate is 1/8 for a lattice of octagons.' | ||
|
||
threshold: | ||
- '10^-3 in a phenomenological error model including depolarizing and measurement errors for the octagonal codes~\cite{arXiv:2309.10033}.' | ||
|
||
relations: | ||
|
||
parents: | ||
- code_id: 'floquet' | ||
|
||
cousins: | ||
- code_id: 'hyperbolic_surface' | ||
|
||
_meta: | ||
|
||
changelog: | ||
- user_id: 'AliFahimniya' | ||
date: '2023-09' |
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