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

support transpilation of switch_case #1962

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

hhorii
Copy link
Collaborator

@hhorii hhorii commented Oct 20, 2023

Summary

Resolve #1960

Details and comments

switch_case operations are not in basis gates. This PR adds it to basis gates of several methods.
In addition, tests for control flow with stabilizer method are added.

@hhorii hhorii added the Changelog: Bugfix Include in the Fixed section of the changelog label Oct 20, 2023
@hhorii hhorii added this to the Aer 0.13.0 milestone Oct 20, 2023
@hhorii hhorii requested a review from doichanj October 20, 2023 05:17
Copy link
Collaborator

@doichanj doichanj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think its clear

@doichanj doichanj merged commit a13ff4e into Qiskit:main Oct 20, 2023
31 checks passed
doichanj pushed a commit to doichanj/qiskit-aer that referenced this pull request Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: Bugfix Include in the Fixed section of the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transpiling a circuit with switch case fails
2 participants