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 interleaved feedback being removed incorrectly #731

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Conversation

Strilanc
Copy link
Collaborator

- When a pure-feedback instruction was between two instructions of the same type, they were fused when partially reversed when the feedback instruction was removed
- Fixed by turning off fusion while the circuit is only partially reversed
- Fixes #730
@Strilanc Strilanc enabled auto-merge (squash) March 27, 2024 07:27
@Strilanc Strilanc merged commit c7988c0 into main Mar 27, 2024
54 checks passed
@Strilanc Strilanc deleted the inlinedfeedback branch March 27, 2024 07:51
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 with_inlined_feedback giving bad results when interleaving feedback and measurements
1 participant