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: docs/CORRECTNESS_AUDIT.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Correctness Audit
2
2
3
+
**v0.6.2 update**: Union-Find family now hard-errors on hypergraphs (qubit degree >2) instead of producing invalid corrections. See `uf_core.rs` validation and Python `_validate_check_to_qubits(reject_hyperedges=True)`.
4
+
3
5
QECTOR correctness is tested continuously, not asserted once. This document
4
6
states the decoder contracts, the test coverage behind each contract, and the
5
7
known limits that must stay attached to public claims.
0 commit comments