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 wrong argument supplied to _identity_op() #9201

Merged
merged 6 commits into from
Mar 1, 2023

Commits on Nov 24, 2022

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

Commits on Dec 25, 2022

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

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    b9f2d3a View commit details
    Browse the repository at this point in the history
  2. Add test case with large qubit gate

    This commit adds a test case to ensure we get the correct result with a
    large number of qubits. This also implicitly tests that we've fixed the
    excessive memory consumption because the memory requirements for an 8
    qubit gate with the bug still present would not be runnable on most
    current systems.
    
    Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
    mtreinish and jakelishman committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    af73500 View commit details
    Browse the repository at this point in the history
  3. Add release note

    mtreinish committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    cf2be87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7b7e50 View commit details
    Browse the repository at this point in the history