-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify matching decoding #414
Conversation
Creates a matching object which can be used to decode a counts string via the method process.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wanted to check in about the pybind11. Everything else looks good. The pymatching integration is super cool.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Since #420 was based on this branch, that PR also covers all the changes here |
Summary
fixes #413
Removes legacy matching decoders, and replaces them with a thin layer over PyMatching.
Details and comments