Skip to content

Commit

Permalink
Merge pull request #327 from fahimniya/main
Browse files Browse the repository at this point in the history
Add Hyperbolic Floquet code
  • Loading branch information
valbert4 authored Oct 12, 2023
2 parents 25afe43 + 755fb90 commit bc5c0c4
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
35 changes: 35 additions & 0 deletions codes/quantum/qubits/dynamic_gen/da/hyperbolic_floquet.yml
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'
4 changes: 4 additions & 0 deletions users/users_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@

#

- user_id: AliFahimniya
name: 'Ali Fahimniya'
githubusername: fahimniya

- user_id: ShankarBalasubramanian
name: 'Shankar N. Balasubramanian'

Expand Down

0 comments on commit bc5c0c4

Please sign in to comment.