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

Ensure CXMappingPass works on circuits containing barriers or wire swaps #1598

Merged
merged 5 commits into from
Sep 30, 2024

Conversation

cqc-alec
Copy link
Collaborator

@cqc-alec cqc-alec commented Sep 30, 2024

Description

Allow barriers and wireswaps in DecomposeSwapsToCXs.

Related issues

Fixes #1597 .

Checklist

  • I have performed a self-review of my code.
  • I have commented hard-to-understand parts of my code.
  • I have made corresponding changes to the public API documentation.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have updated the changelog with any user-facing changes.

@cqc-alec cqc-alec changed the title Ae/cxmappost Ensure CXMappingPass works on circuits containing barriers or wire swaps Sep 30, 2024
@cqc-alec cqc-alec marked this pull request as ready for review September 30, 2024 14:25
@cqc-alec cqc-alec merged commit f1c1cf2 into main Sep 30, 2024
32 checks passed
@cqc-alec cqc-alec deleted the ae/cxmappost branch September 30, 2024 15:50
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.

CXMappingPass fails on circuits containing wire swaps or barriers
2 participants