Skip to content

Conversation

@inmzhang
Copy link
Contributor

@inmzhang inmzhang commented Aug 13, 2025

Some tests failed due to issues in the correlated pymatching implementation. Wait for oscarhiggott/PyMatching#166 to be merged and a new patched version released. Then bump the pymatching version requirement in decoder predicates added in this PR, e.g.:

if version.parse(pymatching.__version__) < version.parse("2.3.0"):

Update:

  • Handle undetectable errors oscarhiggott/PyMatching#167 has fixed the undetectable error cases. And the fix is included in pymatching v2.3.1.
  • Correlated pymatching does not support errors with probabilities greater than 0.5 yet. Therefore, I've changed the test_post_selection in _decoding_test.py a bit.

@inmzhang inmzhang marked this pull request as ready for review October 8, 2025 08:58
@inmzhang inmzhang changed the title [WIP] Add correlated_pymatching decoder to sinter builtin decoder list Add correlated_pymatching decoder to sinter builtin decoder list Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant