Commit 0fc29fb
AUDIT two_dimensional_hyperbolic_surface
Fix two misattributed citations and swap two mislabeled threshold items.
- The 1%-5% minimum-weight-decoding threshold for the {5,4} tiling is from
Breuckmann-Terhal (arXiv:1506.04029, Sec. V), not arXiv:1208.2317, which
concerns generic LDPC codes and never mentions hyperbolic tilings. The
following sentence on the distance lower bound is from the same paper.
That threshold assumes noiseless syndrome extraction, so it belongs under
code_capacity_threshold.
- The 1.3% figure of arXiv:1703.00590 is for a phenomenological (noisy
parity check) model, so it belongs under threshold, not
code_capacity_threshold.
- Dropped the duplicated statistical-mechanics decoder item citing
arXiv:1804.01950, which treats hypergraph-product codes and never mentions
hyperbolic codes. The same statement with the correct citation
(arXiv:1805.00644) already appears under code_capacity_threshold.
- Escaped the braces in \({5,4}\) so the tiling renders.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent eb420d5 commit 0fc29fb
1 file changed
Lines changed: 2 additions & 3 deletions
File tree
- codes/quantum/qubits/stabilizer/topological/surface/hyperbolic/2d_hyperbolic
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | | - | |
| 39 | + | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
0 commit comments