Skip to content

Commit e875a10

Browse files
committed
docs: update all key docs with v0.6.2 highlights, features (hyper rejection, validation), and Mac/Linux wheel notes via CI
1 parent d782711 commit e875a10

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

PYPI_README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
**Source-available Rust/Python quantum error correction decoding platform.**
44

5+
**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+
57
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.
68

79
Website: https://www.qector.store

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
[![License](https://img.shields.io/badge/License-Source_Available-blue)](LICENSE)
99
**Source-available Rust/Python quantum error correction decoding platform.**
1010

11+
v0.6.2: hardened Union-Find with explicit hypergraph rejection + comprehensive validation (no more silent bad corrections on unsupported codes).
12+
1113
PyMatching-compatible MWPM validation - Belief-matching accuracy mode - BP-OSD for LDPC/qLDPC - CPU/GPU batch decoding - Artifact-backed benchmark evidence
1214

1315
[Website](https://www.qector.store) - [PyPI](https://pypi.org/project/qector-decoder-v3/) - [Commercial licensing](mailto:admin@qector.store)

0 commit comments

Comments
 (0)