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

Prepare PauliEvolutionGate for Rustiq & port it to Rust #13295

Merged
merged 32 commits into from
Nov 4, 2024

Commits on Oct 3, 2024

  1. py version for expand

    Cryoris committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3a15589 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    cea830b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72f2689 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    8cd2c25 View commit details
    Browse the repository at this point in the history
  2. add plugin structure

    Cryoris committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    681105d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. fix plugin name, rm complex from expand

    --> expand should return float | ParameterExpression
    Cryoris committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    58e4a03 View commit details
    Browse the repository at this point in the history
  2. paulievo in Rust

    Cryoris committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7f2ec3d View commit details
    Browse the repository at this point in the history
  3. take care of global phase

    Cryoris committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f9b72cf View commit details
    Browse the repository at this point in the history
  4. support barriers

    Cryoris committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3985394 View commit details
    Browse the repository at this point in the history
  5. fix time parameter

    some things are still upside down and it seems like it would be cleaner to do the time multiplication inside pauli_evolution
    Cryoris committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    99a1153 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. fix lint

    Cryoris committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    214b969 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d96cebf View commit details
    Browse the repository at this point in the history
  3. fix final barrier

    Cryoris committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e8bcc4f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. fix wrapping

    Cryoris committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    aba92e2 View commit details
    Browse the repository at this point in the history
  2. add reno and HLS docs

    Cryoris committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4fcf639 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b53b332 View commit details
    Browse the repository at this point in the history
  4. fix unreachable

    Cryoris committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5c95b0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2eb66f1 View commit details
    Browse the repository at this point in the history
  6. use SX as basis tranfo

    Cryoris committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    87496d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Oct 23, 2024

  1. slight performance tweak

    move the x2 multiplication of the rotation angle to Python, where we can pull it together with other floats and minimize the float * Param multiplications
    Cryoris committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    546cc5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    551cd8e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. implement review comments

    Cryoris committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    cf7d8b0 View commit details
    Browse the repository at this point in the history
  2. do_fountain

    Cryoris committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6f4fcba View commit details
    Browse the repository at this point in the history
  3. clippy

    Cryoris committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6217d0e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    b79751d View commit details
    Browse the repository at this point in the history
  2. review comments

    Cryoris committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e802c45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b7b0c8 View commit details
    Browse the repository at this point in the history
  4. fix the basis trafo!

    Cryoris committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2b6f4eb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    1af569b View commit details
    Browse the repository at this point in the history
  2. fix more tests

    Cryoris committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c478cc1 View commit details
    Browse the repository at this point in the history
  3. Shelly's review comments

    Cryoris committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8d5e3f3 View commit details
    Browse the repository at this point in the history