You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Live at **[qector.store](https://qector.store)**, deployed via GitHub Pages from
8
8
- New Free Workbench GUI: QectorWorkbench v3.4.0 (https://github.com/qectorlab/qector-decoder-workbench/releases/tag/v3.4.0) — the free GUI app (decoder versions on site are live from PyPI RSS)
NeuralReveal.tsx Decorative scramble-in text effect for headings
55
55
pages/ One file per route (see Navigation.tsx for the route list)
56
56
lib/
@@ -78,7 +78,7 @@ When adding new interactive UI, match these patterns: real semantics over ARIA w
78
78
79
79
## Content & claims policy
80
80
81
-
Numbers used across the site (exact MWPM parity to d=15, +35.7% Belief-Matching LER reduction, 98.3% optimal shots at d=9, 832/832 tests) are simulation-validated and published with reproducible artifacts on Zenodo (DOI 10.5281/zenodo.20825980). Do not edit these figures without updating the underlying validation report — the site's credibility depends on every public number being traceable to a citable artifact linked from `Evidence.tsx` / `Benchmarks.tsx`.
81
+
Numbers used across the site (exact MWPM parity to d=15, +35.7% Belief-Matching LER reduction, 98.3% optimal shots at d=9, 832/832 tests) are simulation-validated with reproducible artifacts in the decoder repository. Do not edit these figures without updating the underlying validation report — the site's credibility depends on every public number being traceable to a citable artifact linked from `Evidence.tsx` / `Benchmarks.tsx`.
<li>SATI CODEX: <codeclassName="text-cyan-300 text-xs">[[832,10,4]]</code> CSS code on genus-5 surface, with IBM Quantum operational verification on ibm_fez</li>
127
127
<li>SATI v18: <codeclassName="text-cyan-300 text-xs">[[72,12,6]]</code> Bivariate Bicycle QLDPC targeting IBM hardware</li>
128
-
<li>Zenodo-published provenance with DOI, SHA-256 sealed artifacts</li>
128
+
<li>Reproducible provenance and SHA-256 sealed artifacts on GitHub</li>
129
129
<li>Monte Carlo FSS threshold analysis, Z₁₂ monodromy algebra, Jones polynomial verification</li>
130
130
</ul>
131
131
</div>
@@ -169,7 +169,7 @@ export default function About() {
169
169
<divclassName="space-y-4">
170
170
{[
171
171
{year: '2024',event: 'iD01t Productions established. Initial QEC research begins: CSS codes, surface code simulation with Stim, MWPM benchmarking against PyMatching.'},
172
-
{year: '2025 Q1',event: 'SATI CODEX LCL-832 framework developed: [[832,10,4]] CSS code on genus-5 surface. IBM Quantum hardware runs on ibm_fez. Zenodo DOI publication.'},
172
+
{year: '2025 Q1',event: 'SATI CODEX LCL-832 framework developed: [[832,10,4]] CSS code on genus-5 surface. IBM Quantum hardware runs on ibm_fez. Artifacts on GitHub.'},
173
173
{year: '2025 Q2',event: 'QECTOR Decoder v3 core engine written in Rust / PyO3. Initial PyPI releases. Belief-Matching, BP-OSD, Union-Find decoders integrated. SATI OS desktop UI scaffolded.'},
174
174
{year: '2025 Q3',event: 'SATI v18 Titan-Class [[72,12,6]] BB QLDPC code environment. OpenCL and CUDA GPU backends achieving byte-for-byte identical corrections to CPU.'},
175
175
{year: '2025 Q4–2026',event: `v${pypiVersion} Decoder (Source Available) + free QectorWorkbench GUI v3.4 (25 tools, 10/10 polish). SATI OS full suite on top.`},
Copy file name to clipboardExpand all lines: source/src/pages/Benchmarks.tsx
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ export default function Benchmarks() {
26
26
<>
27
27
<SEO
28
28
title="Benchmarks · QECTOR"
29
-
description="Head-to-head benchmarks: QECTOR vs PyMatching. Exact MWPM parity, +35.7% Belief-Matching gain, 98.3% optimal shots. All simulation-validated with Zenodo artifacts."
29
+
description="Head-to-head benchmarks: QECTOR vs PyMatching. Exact MWPM parity, +35.7% Belief-Matching gain, 98.3% optimal shots. All simulation-validated with GitHub artifacts."
30
30
/>
31
31
<JsonLd
32
32
data={{
@@ -44,17 +44,17 @@ export default function Benchmarks() {
0 commit comments