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

Add support for classical operation #105

Closed
wants to merge 40 commits into from

Commits on Oct 27, 2023

  1. Replace add_gate by add_ins

    beizhansl committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    66fcc4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac1b91e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9107e15 View commit details
    Browse the repository at this point in the history
  4. import ClassicalRegister

    beizhansl committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    7d18f6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c914e91 View commit details
    Browse the repository at this point in the history
  6. Add counts for SimuResult.

    beizhansl committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    5d54c34 View commit details
    Browse the repository at this point in the history
  7. Modify Cif and Measure

    beizhansl committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d8b59e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a180ba4 View commit details
    Browse the repository at this point in the history
  9. Decide when to make the measurement projection based on the position …

    …of the measure operator
    beizhansl committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    eef696c View commit details
    Browse the repository at this point in the history
  10. Add paor of cif and reset

    beizhansl committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ad83ee2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0d097b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    140197c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c976309 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7cf25bd View commit details
    Browse the repository at this point in the history
  15. Add test for simulator

    beizhansl committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    82f9a1f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Fix rng bug

    beizhansl committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    39601e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Update wheels.yml

    Use python3.10
    beizhansl authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    8eb2793 View commit details
    Browse the repository at this point in the history
  2. Remove import execute

    beizhansl committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9f87bf3 View commit details
    Browse the repository at this point in the history
  3. Skip test on MacOS arm arch

    beizhansl committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f25eb70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d6fd0f View commit details
    Browse the repository at this point in the history
  5. Fix cif bug

    beizhansl committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c889e91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d297f1 View commit details
    Browse the repository at this point in the history
  7. Fix the last shot state

    beizhansl committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    e280cf0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b634590 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a8b2f8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    93dc92c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Fix bug that reset uppdate

    beizhansl committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d17d6ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8f10cb View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    c141279 View commit details
    Browse the repository at this point in the history
  2. Modify measures to vector

    beizhansl committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    29c44e7 View commit details
    Browse the repository at this point in the history
  3. Add test for classical op

    beizhansl committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    015dbc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1ea2fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4c119e View commit details
    Browse the repository at this point in the history
  6. feat: modify cif and reset

    beizhansl committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    95a0739 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d98f55 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8043694 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c2f60d View commit details
    Browse the repository at this point in the history
  10. ci: fix unit test typo

    beizhansl committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    25deed3 View commit details
    Browse the repository at this point in the history
  11. style: delete useless code

    beizhansl committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    248896f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a1639f4 View commit details
    Browse the repository at this point in the history