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

Port TwoQubitControlledUDecomposer to rust #13139

Merged
merged 31 commits into from
Nov 13, 2024

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    2e3a383 View commit details
    Browse the repository at this point in the history
  2. fix failing test

    ShellyGarion committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7ab59b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    cbc9b9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    285a91d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    18000fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14c4a56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb1b928 View commit details
    Browse the repository at this point in the history
  4. remove python code

    ShellyGarion committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c9b7553 View commit details
    Browse the repository at this point in the history
  5. update unitary in call

    ShellyGarion committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    71caa9e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. handle global_phase

    ShellyGarion committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    eb4968b View commit details
    Browse the repository at this point in the history
  2. minor fix

    ShellyGarion committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a2943c9 View commit details
    Browse the repository at this point in the history
  3. fix lint

    ShellyGarion committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7acb09a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    e532c8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3182838 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59ef018 View commit details
    Browse the repository at this point in the history
  4. add Vec capacity

    ShellyGarion committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1ceb94e View commit details
    Browse the repository at this point in the history
  5. remove invert variable

    ShellyGarion committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9ac68b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ad3869 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebc0e73 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

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

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    71d4b60 View commit details
    Browse the repository at this point in the history
  2. Support custom gates for decomposition too

    This commit adds back the missing support for custom gate classes so
    that a user defined gate class can be used with the decomposer.
    mtreinish committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f46edbe View commit details
    Browse the repository at this point in the history
  3. Remove bare panics

    mtreinish committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2e57608 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    319c6e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e0c2a2 View commit details
    Browse the repository at this point in the history
  6. Fix lint

    mtreinish committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7769833 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Fix python lint

    mtreinish committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    af17ab8 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    06c3da4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee3e88e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bb0616 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. update assertion in test

    ShellyGarion committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8949f7f View commit details
    Browse the repository at this point in the history