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
**v0.6.2 highlights**: hardened Union-Find (`UnionFindDecoder`, `FastUnionFindDecoder`) with explicit rejection of hypergraphs (qubits in >2 checks) + full input validation. No more silent wrong results.
6
-
7
5
QECTOR Decoder v3 provides a Python package backed by a native Rust extension for quantum error correction research and validation workflows. It includes PyMatching-compatible MWPM validation, Union-Find decoding, belief-matching experiments, BP-OSD/qLDPC workflows, batch decoding, and optional GPU backend checks where the release build and target machine support them.
|`rest_api`| Local decoding service | Local/partner review only |
@@ -135,10 +144,11 @@ Important boundaries:
135
144
- GPU availability and performance depend on wheel build features, drivers, hardware, and runtime checks.
136
145
- OpenCL support must be confirmed on the target machine or built under the appropriate licensed/custom configuration.
137
146
- REST/API surfaces are for local experiments or controlled review unless separately hardened.
147
+
-**v0.6.3**: CPU batch decoder now reaches 1.1M shots/s via AVX2 SIMD transpose. BP-OSD adds `decode_timed` with convergence cap. Blossom intra-decode Rayon parallelism. DecoderPool auto-Rayon on Windows.
138
148
139
149
Full methodology, reproducibility notes, and benchmark artifacts are in the GitHub repository:
0 commit comments