Skip to content
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

Fix circuit.explain_dem_errors not supporting all gates #704

Merged
merged 2 commits into from
Feb 29, 2024
Merged

Conversation

Strilanc
Copy link
Collaborator

  • Fix a nasty miscomputed allocation size om stim::MonotonicBuffer
  • Add stim::inplace_xor_sort C++ helper method
  • Add support for MXX, MYY, MZZ, HERALDED_ERASE, HERALDED_PAULI_CHANNEL_1, MPAD to stim::ErrorMatcher
  • Add a unit test verifying stim::ErrorMatcher supports all gates

Fixes #697

- Fix a nasty miscomputed allocation size om `stim::MonotonicBuffer`
- Add `stim::inplace_xor_sort` C++ helper method
- Add support for `MXX`, `MYY`, `MZZ`, `HERALDED_ERASE`, `HERALDED_PAULI_CHANNEL_1`, `MPAD` to `stim::ErrorMatcher`
- Add a unit test verifying `stim::ErrorMatcher` supports all gates

Fixes #697
@Strilanc Strilanc enabled auto-merge (squash) February 29, 2024 02:31
@Strilanc Strilanc merged commit 61149a9 into main Feb 29, 2024
57 checks passed
@Strilanc Strilanc deleted the errmatpad branch February 29, 2024 02:52
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.

Fix Not implemented in ErrorMatcher::rev_process_instruction: MPAD
1 participant