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 SwitchCaseOp that will be released in qiskit-terra 0.24.0 #1778

Merged
merged 6 commits into from
May 16, 2023

Commits on Apr 10, 2023

  1. Add support of SwitchCaseOp

    Qiskit-Terra added a new instruction of control-flow `SwitchCaseOp`.
    This commit enables Aer to simulate `SwitchCaseOp` by converting
    its conditions and bodies with `AerMark` and `AerJump`.
    hhorii committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    0cd8980 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    2118d16 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. simplify switch compilation

    hhorii committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    9d892b9 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. use SwitchCaseOp of terra

    hhorii committed May 12, 2023
    Configuration menu
    Copy the full SHA
    2b9c9d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97767f8 View commit details
    Browse the repository at this point in the history
  3. fix lint errors

    hhorii committed May 12, 2023
    Configuration menu
    Copy the full SHA
    1c3a075 View commit details
    Browse the repository at this point in the history