Commit 1a1af6e
committed
docs: reconcile the remaining performance claims with the corrected artifacts
Sweep of every public .md for bare throughput/latency figures. Most were already
handled correctly and are left alone: docs/METHODOLOGY.md and
docs/REPRODUCIBILITY_CHECKLIST.md list their claims under "not allowed" /
"reject", docs/PLATFORM_ARTIFACT_ROADMAP.md lists its under "Unsafe:", and
RELEASE_NOTES.md's Performance Highlights table already carries a withdrawal
note. Two things did not line up.
RELEASE_NOTES.md contradicted itself. "4.1M dec/s d=5" and "14.6M dec/s @ d=5,
batch=10000" were stated as plain fact in the decoder-status table and the GPU
section, while the *same* figures sat forty lines below under a header saying no
surviving artifact backs them and they must not be cited. Point both at that
note. The GPU path has not been re-measured under the circuit-level pipeline -
official_benchmark_results.* covers the CPU decoders, PyMatching and ldpc only -
so nothing is asserted in its place.
The README needed to say *which* Union-Find. The measured rows use the weighted
variant, which is what ler._dem_observable_decoder resolves;
docs/BENCHMARK_COMPETITIVE.md benchmarks the unweighted one and reports it
beating PyMatching on latency at d=3. Both are real and they do not conflict -
unweighted UF is faster because it discards the log((1-p)/p) weights, which is
also why that document records it above threshold from d=5 up. Stated explicitly
so the two documents cannot be read as contradicting each other, with the
instruction to quote speed and accuracy together or not at all.
Re-verified after editing: all 14 cited rows still match the CSV, no broken
relative links.1 parent 0ab806e commit 1a1af6e
2 files changed
Lines changed: 22 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
463 | 472 | | |
464 | 473 | | |
465 | 474 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
397 | | - | |
| 396 | + | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
407 | 411 | | |
408 | 412 | | |
409 | 413 | | |
| |||
0 commit comments