Skip to content

Commit

Permalink
lists
Browse files Browse the repository at this point in the history
  • Loading branch information
valbert4 committed Feb 20, 2024
1 parent 81b23de commit da48fea
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 1 deletion.
31 changes: 31 additions & 0 deletions codelists/descendants/quantum/list_fracton.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

list_id: 'fracton'

title: |
Fracton codes
intro: |
Here is a list of \hyperref[code:fracton]{fracton codes}.
display:
style: table
options:
cssclass: xtra-xtra-stretch
columns:
- property: name
title: Code
link_to_code: true
cssclass: 'top left'

- property: description
title: Description
cssclass: 'textit'
first_paragraph_only: true

sort:
by: name

codes:
select:
- descendant_of: fracton
31 changes: 31 additions & 0 deletions codelists/descendants/quantum/list_stabilizer_2d.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

list_id: 'stabilizer_2d'

title: |
2D stabilizer codes
intro: |
Here is a list of \hyperref[code:2d_stabilizer]{2D stabilizer codes}.
display:
style: table
options:
cssclass: xtra-xtra-stretch
columns:
- property: name
title: Code
link_to_code: true
cssclass: 'top left'

- property: description
title: Description
cssclass: 'textit'
first_paragraph_only: true

sort:
by: name

codes:
select:
- descendant_of: 2d_stabilizer
31 changes: 31 additions & 0 deletions codelists/descendants/quantum/list_stabilizer_3d.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

list_id: 'stabilizer_3d'

title: |
3D stabilizer codes
intro: |
Here is a list of \hyperref[code:3d_stabilizer]{3D stabilizer codes}.
display:
style: table
options:
cssclass: xtra-xtra-stretch
columns:
- property: name
title: Code
link_to_code: true
cssclass: 'top left'

- property: description
title: Description
cssclass: 'textit'
first_paragraph_only: true

sort:
by: name

codes:
select:
- descendant_of: 3d_stabilizer
31 changes: 31 additions & 0 deletions codelists/descendants/quantum/list_subsystem_2d.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

list_id: 'subsystem_translationally_invariant'

title: |
Lattice subsystem stabilizer codes
intro: |
Here is a list of \hyperref[code:translationally_invariant_subsystem]{lattice subsystem stabilizer codes}.
display:
style: table
options:
cssclass: xtra-xtra-stretch
columns:
- property: name
title: Code
link_to_code: true
cssclass: 'top left'

- property: description
title: Description
cssclass: 'textit'
first_paragraph_only: true

sort:
by: name

codes:
select:
- descendant_of: translationally_invariant_subsystem
3 changes: 3 additions & 0 deletions codes/quantum/groups/topological/generalized_color.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ introduced: '\cite{arXiv:1408.6238}'
description: |
Member of a family of non-Abelian 2D topological codes, defined by a finite group \( G \), that serves as a generalization of the color code (for which \(G=\mathbb{Z}_2\times\mathbb{Z}_2\)).
features:
decoders:
- 'Chromobius, an open-source implementation of the Mobius decoder works for many 2D color codes \cite{arxiv:2312.08813}.'

relations:
parents:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protection: |

features:
decoders:
- 'Mobius matching decoder gives low logical failure rate \cite{arXiv:2108.11395} and has an open-source implementation \cite{arxiv:2312.08813}.'
- 'Mobius matching decoder gives low logical failure rate \cite{arXiv:2108.11395} and has an open-source implementation called Chromobius \cite{arxiv:2312.08813}.'

code_capacity_threshold:
- '\(12.6\%\) threshold for triangular color code with the restriction decoder \cite{arXiv:1911.00355} and the projection decoder \cite{arXiv:1308.6207,arXiv:1802.08680}.'
Expand Down

0 comments on commit da48fea

Please sign in to comment.