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

BarrierOp and Circuit._add_conditional_barrier #988

Merged
merged 43 commits into from
Sep 6, 2023
Merged

Commits on Aug 23, 2023

  1. Add new BarrierOp

    Remove `OpType::Barrier` from `MetaOp`
    sjdilkes committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e1c85b7 View commit details
    Browse the repository at this point in the history
  2. Add Circuit::add_conditional_gate

    unsigned and UnitID constructors
    sjdilkes committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    58d7f55 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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

Commits on Aug 25, 2023

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

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    6a682c3 View commit details
    Browse the repository at this point in the history
  2. bump

    sjdilkes committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a7b7d4c View commit details
    Browse the repository at this point in the history
  3. black format

    sjdilkes committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a5e4a09 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Update test_Circ.cpp

    sjdilkes committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    847a425 View commit details
    Browse the repository at this point in the history
  2. Update add_op.cpp

    sjdilkes committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    e5a9e8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94e28fb View commit details
    Browse the repository at this point in the history
  4. bump

    sjdilkes committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bc570fc View commit details
    Browse the repository at this point in the history
  5. Update add_op.cpp

    sjdilkes committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    431ddbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    394ee56 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Expose BarrierOp to python

    sjdilkes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    175d69b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65994f2 View commit details
    Browse the repository at this point in the history
  3. reformat tests

    sjdilkes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fe39c11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    016ae57 View commit details
    Browse the repository at this point in the history
  5. Update main.cpp

    sjdilkes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5f86354 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f02bd5 View commit details
    Browse the repository at this point in the history
  7. Update qasm.py

    sjdilkes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0ae0af9 View commit details
    Browse the repository at this point in the history
  8. Update circuit.pyi

    sjdilkes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9c1119f View commit details
    Browse the repository at this point in the history
  9. Update test_Circ.cpp

    sjdilkes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7e2349a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    d792bf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89551b4 View commit details
    Browse the repository at this point in the history
  3. fix types

    sjdilkes committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    66f826f View commit details
    Browse the repository at this point in the history
  4. Update basic_circ_manip.cpp

    sjdilkes committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3c03668 View commit details
    Browse the repository at this point in the history
  5. Update basic_circ_manip.cpp

    sjdilkes committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3a06eaa View commit details
    Browse the repository at this point in the history
  6. Update qasm_test.py

    sjdilkes committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    04c0c9f View commit details
    Browse the repository at this point in the history
  7. Update qasm_test.py

    sjdilkes committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    c1f1828 View commit details
    Browse the repository at this point in the history
  8. Update circuit.pyi

    sjdilkes committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1b94d6f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    ed13e99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6a491b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cbebb8 View commit details
    Browse the repository at this point in the history
  4. add MetaOp::is_equal

    sjdilkes committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    312b7f1 View commit details
    Browse the repository at this point in the history
  5. Add back data type

    sjdilkes committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c3bfbdd View commit details
    Browse the repository at this point in the history
  6. Update add_op.cpp

    sjdilkes committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    011b7e7 View commit details
    Browse the repository at this point in the history
  7. bump

    sjdilkes committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7fcfefa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ddd64a3 View commit details
    Browse the repository at this point in the history
  9. bump

    sjdilkes committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1456359 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    bd908d2 View commit details
    Browse the repository at this point in the history
  2. bump

    sjdilkes committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6deb21d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef91614 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d26666c View commit details
    Browse the repository at this point in the history