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

Add loop ops to Aer BackendV2 test (backport #9636) #9638

Merged
merged 1 commit into from
Feb 22, 2023

Commits on Feb 22, 2023

  1. Add loop ops to Aer BackendV2 test (#9636)

    789707c (gh-9630) added a test for wrapping Aer in a converted
    `BackendV2` subject to providing an extended name mapping for all the
    custom instructions that Aer supports, which Terra does not generally
    define.  However, the supported lists were based off a slightly older
    version of Aer (approximately release version 0.11), and fail on the
    current `main` version (due to soon become version 0.12) because of
    `break_loop` and `continue_loop` support being added.
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    (cherry picked from commit 72a7eac)
    jakelishman authored and mergify[bot] committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    0dc7fc1 View commit details
    Browse the repository at this point in the history