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

qml.QDrift template #4671

Merged
merged 39 commits into from
Oct 20, 2023
Merged

qml.QDrift template #4671

merged 39 commits into from
Oct 20, 2023

Commits on Oct 12, 2023

  1. QDrift

    KetpuntoG committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    89c5e12 View commit details
    Browse the repository at this point in the history
  2. Update qdrift.py

    KetpuntoG committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e533cef View commit details
    Browse the repository at this point in the history
  3. Update qdrift.py

    KetpuntoG committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8c115e3 View commit details
    Browse the repository at this point in the history
  4. Update qdrift.py

    KetpuntoG committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    fd46345 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. sign typo

    KetpuntoG committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    5ac1d16 View commit details
    Browse the repository at this point in the history
  2. black

    KetpuntoG committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    49c747d View commit details
    Browse the repository at this point in the history
  3. Update qdrift.py

    KetpuntoG committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    96d3c7a View commit details
    Browse the repository at this point in the history
  4. Update qdrift.py

    KetpuntoG committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    83d1a3c View commit details
    Browse the repository at this point in the history
  5. Update qdrift.py

    KetpuntoG committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    1447038 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. add figure

    soranjh committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    2701987 View commit details
    Browse the repository at this point in the history
  2. add figure

    soranjh committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    214fdff View commit details
    Browse the repository at this point in the history
  3. add figure

    soranjh committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    fcf1d9e View commit details
    Browse the repository at this point in the history
  4. use random from math

    soranjh committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    9880bd4 View commit details
    Browse the repository at this point in the history
  5. modify docstring

    soranjh committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    ac8fda6 View commit details
    Browse the repository at this point in the history
  6. [skip ci] correct seed

    soranjh committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    38965f7 View commit details
    Browse the repository at this point in the history
  7. [skip ci] modify docstring

    soranjh committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    945e22d View commit details
    Browse the repository at this point in the history
  8. correct math

    soranjh committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    96edcdd View commit details
    Browse the repository at this point in the history
  9. [skip ci] modify docs

    soranjh committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    cd735d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Added error computation

    Jaybsoni committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e8f433c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. adding base tests

    Jaybsoni committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c52774b View commit details
    Browse the repository at this point in the history
  2. Added more integration tests

    Jaybsoni committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    bcbe8bb View commit details
    Browse the repository at this point in the history
  3. lint

    Jaybsoni committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5e2f998 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    092c20d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. update changelog

    soranjh committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    623f3b7 View commit details
    Browse the repository at this point in the history
  2. update image

    soranjh committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    ef6437d View commit details
    Browse the repository at this point in the history
  3. add grad tests

    Jaybsoni committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    ceea397 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    110e822 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d84b04c View commit details
    Browse the repository at this point in the history
  6. Added tests

    Jaybsoni committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2cfa58f View commit details
    Browse the repository at this point in the history
  7. final tests

    Jaybsoni committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    48f8066 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63a0c1e View commit details
    Browse the repository at this point in the history
  9. fix error func + lint

    Jaybsoni committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    464057c View commit details
    Browse the repository at this point in the history
  10. lint

    Jaybsoni committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    7a89ce7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6152f4d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. lint + code review commentsa

    Jaybsoni committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a7b3864 View commit details
    Browse the repository at this point in the history
  2. lint docstring

    Jaybsoni committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    bb71916 View commit details
    Browse the repository at this point in the history
  3. lint

    Jaybsoni committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c676250 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34c6cd2 View commit details
    Browse the repository at this point in the history
  5. remove flaky import

    Jaybsoni committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    559ee72 View commit details
    Browse the repository at this point in the history