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

Bug fix: ISA check to correctly map qubit indices inside blocks of control flow operations #1916

Merged
merged 5 commits into from
Sep 16, 2024

Conversation

yaelbh
Copy link
Collaborator

@yaelbh yaelbh commented Sep 11, 2024

Summary

Fixes #1843.

Details and comments

The correct qubit mapping is taken from here (thanks to @jakelishman for suggesting).

@kt474 kt474 merged commit 491875f into Qiskit:main Sep 16, 2024
18 checks passed
@kt474 kt474 added the Changelog: Bugfix Include in the Fixed section of the changelog label Sep 16, 2024
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.

ISA checks inside control flow operations sometimes fail for valid circuits
2 participants