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 transpilation of control flow to no hardware (backport #11907) #11915

Merged
merged 1 commit into from
Feb 28, 2024

Commits on Feb 28, 2024

  1. Fix transpilation of control flow to no hardware (#11907)

    Previously we treated `basis_gates=None` the same as `basis_gates=()` in
    the hardware check; that is, we treated it as meaning "nothing is
    allowed", when the intention (and how it's treated elsewhere) is more
    that "everything is allowed."
    
    (cherry picked from commit d47a227)
    jakelishman authored and mergify[bot] committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d7cbfd4 View commit details
    Browse the repository at this point in the history