Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ description: |
features:
rate: 'Ancilla-added encoding rate is \(1/12\), using \(n_a=n=72\) ancilla qubits.'

decoders:
- 'The \href{https://github.com/aleverrier/frontier}{Frontier decoder}, a pruned ordered dynamic-programming decoder, was benchmarked under circuit-level noise using per-side detector error model matrices of size \(252\times 2232\); the reported full-FER results were compared with beam-search and Tesseract decoders \cite{arxiv:2606.20513}.'


relations:
parents:
Expand All @@ -32,6 +35,8 @@ relations:
_meta:
# Change log - most recent first
changelog:
- user_id: AnthonyLeverrier
date: '2026-07-22'
- user_id: VictorVAlbert
date: '2026-06-08'
- user_id: VictorVAlbert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ features:
- 'The GDG sliding-window decoder \cite{arxiv:2403.18901}, with a realization achieving a worst-case decoding latency of 3ms per window.'
- 'AC decoder is faster than ordinary BP-OSD with no reduction of fidelity \cite{arxiv:2406.14527}.'
- 'Transformer-based neural-network decoder \cite{arxiv:2504.13043}.'
- 'The \href{https://github.com/aleverrier/frontier}{Frontier decoder}, a pruned ordered dynamic-programming decoder, was benchmarked under circuit-level noise using per-side detector error model matrices of size \(936\times 8784\). At \(p=10^{-3}\), its reported full-FER comparison with beam-search and Tesseract decoders used an average retained frontier of fewer than 100 states \cite{arxiv:2606.20513}.'

fault_tolerance:
- 'Fault-tolerant modular quantum computing framework \cite{arxiv:2506.03094}.'
Expand All @@ -61,6 +62,8 @@ relations:
_meta:
# Change log - most recent first
changelog:
- user_id: AnthonyLeverrier
date: '2026-07-22'
- user_id: VictorVAlbert
date: '2026-06-08'
- user_id: VictorVAlbert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ features:
- 'Chromöbius, an open-source implementation of the Möbius decoder, works for many 2D color codes \cite{arxiv:2312.08813}.'
- 'Concatenated MPWM decoder \cite{arxiv:2404.07482}.'
- 'Syndrome extraction circuits based on superdense coding and a middle-out strategy \cite{arxiv:2312.08813}.'
- 'The \href{https://github.com/aleverrier/frontier}{Frontier decoder} was benchmarked on hexagonal color codes of distances \(9,13,17,21\) under code-capacity bit-flip noise, producing threshold curves consistent with the optimal scale \(p_c\simeq0.109\) while retaining at most \(K=1024\) frontier states \cite{arxiv:2606.20513}.'
# Are we certain these work for all color code geometries?


Expand Down Expand Up @@ -105,6 +106,8 @@ relations:
_meta:
# Change log - most recent first
changelog:
- user_id: AnthonyLeverrier
date: '2026-07-22'
- user_id: VictorVAlbert
date: '2026-06-08'
- user_id: VictorVAlbert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ features:
- 'Local neural-network using 3D convolutions, combined with a separate global decoder \cite{arxiv:2208.01178}.'
- 'Iterative CNOT decoder \cite{arxiv:2407.20976}.'
- 'Fault-tolerant BP (FTBP) decoder \cite{arxiv:2409.18689}.'
- 'The \href{https://github.com/aleverrier/frontier}{Frontier decoder} was benchmarked under correlated Pauli code-capacity noise, with a crossing window close to the \(p\approx0.189\) maximum-likelihood threshold scale. In a circuit-level memory-\(Z\) experiment at \(p=0.002\), its fitted error-suppression coefficient was \(\Lambda\approx8.6\), compared with \(\Lambda\approx7.9\) for correlated MWPM \cite{arxiv:2606.20513}.'
threshold:
- 'Thresholds for various amounts of erasure, Pauli, correlated, and measurement noise are known \cite{arxiv:2408.00829,arxiv:2410.23779}.'
fault_tolerance:
Expand Down Expand Up @@ -84,6 +85,8 @@ relations:
_meta:
# Change log - most recent first
changelog:
- user_id: AnthonyLeverrier
date: '2026-07-22'
- user_id: VictorVAlbert
date: '2026-06-08'
- user_id: EricHuang
Expand Down
4 changes: 4 additions & 0 deletions users/users_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@

#

- user_id: AnthonyLeverrier
name: 'Anthony Leverrier'
githubusername: aleverrier

- user_id: TomaszAndrzejewski
name: 'Tomasz Andrzejewski'
githubusername: TomaszAnd
Expand Down
Loading