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

ScheduleBlock 3/4 - add ScheduleBlock #5854

Merged
merged 209 commits into from
Mar 31, 2021

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    09fc52f View commit details
    Browse the repository at this point in the history
  2. update type hint

    nkanazawa1989 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    09fed68 View commit details
    Browse the repository at this point in the history
  3. update unittest

    nkanazawa1989 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    01b7e3e View commit details
    Browse the repository at this point in the history
  4. update validation logic

    nkanazawa1989 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    609481c View commit details
    Browse the repository at this point in the history
  5. fix lint and test

    nkanazawa1989 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    e838c7d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Update qiskit/pulse/utils.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    50a3fb7 View commit details
    Browse the repository at this point in the history
  2. Update qiskit/pulse/instructions/instruction.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    1c7c3fd View commit details
    Browse the repository at this point in the history
  3. Update qiskit/pulse/schedule.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    73ff507 View commit details
    Browse the repository at this point in the history
  4. minor updates

    nkanazawa1989 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    85b79e8 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'issue-5679-1_schedule_block' of github.com:nkanazawa198…

    …9/qiskit-terra into issue-5679-1_schedule_block
    nkanazawa1989 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    cb8d11c View commit details
    Browse the repository at this point in the history
  6. add reno

    nkanazawa1989 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    e888cea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ceefcb4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42cb633 View commit details
    Browse the repository at this point in the history
  9. update flatten method

    nkanazawa1989 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    20b2548 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. wip

    nkanazawa1989 committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    8939e25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15e302f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. cyclic import fix

    nkanazawa1989 committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    cb53c12 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. fix recursion bug

    nkanazawa1989 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    df858fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33d68b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cf36b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    e7fa08c View commit details
    Browse the repository at this point in the history
  2. add reno

    nkanazawa1989 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    bd17f6e View commit details
    Browse the repository at this point in the history
  3. update docstring

    nkanazawa1989 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    5d63b7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64ee355 View commit details
    Browse the repository at this point in the history
  5. update docstring

    nkanazawa1989 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    d1cdd5c View commit details
    Browse the repository at this point in the history
  6. revert unittest

    nkanazawa1989 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    e1bfdc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c67fb64 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7936cd View commit details
    Browse the repository at this point in the history
  9. update docstring

    nkanazawa1989 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    7e63c0a View commit details
    Browse the repository at this point in the history
  10. update docstring

    nkanazawa1989 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    00d062b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. remove whitespace

    nkanazawa1989 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    35285ca View commit details
    Browse the repository at this point in the history
  2. feedback from Lauren

    nkanazawa1989 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    312a4c4 View commit details
    Browse the repository at this point in the history
  3. lint

    nkanazawa1989 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    88654ff View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Update qiskit/pulse/builder.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    da3d039 View commit details
    Browse the repository at this point in the history
  2. Update qiskit/pulse/builder.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    a29857e View commit details
    Browse the repository at this point in the history
  3. Update releasenotes/notes/add-call-instruction-6f4fc37994090c2f.yaml

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    2b2cded View commit details
    Browse the repository at this point in the history
  4. Update releasenotes/notes/add-call-instruction-6f4fc37994090c2f.yaml

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    fe90614 View commit details
    Browse the repository at this point in the history
  5. Update qiskit/pulse/transforms.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    7817f27 View commit details
    Browse the repository at this point in the history
  6. update function name

    nkanazawa1989 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    3a28c91 View commit details
    Browse the repository at this point in the history
  7. update Call instruction

    - removed from directives
    - update logic of instruction parameter table
    nkanazawa1989 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    450971e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c71ce2 View commit details
    Browse the repository at this point in the history
  9. update call function

    nkanazawa1989 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    28f8f1e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a6d7901 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9430307 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3f21951 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bab92c4 View commit details
    Browse the repository at this point in the history
  14. lint

    nkanazawa1989 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    e3257d1 View commit details
    Browse the repository at this point in the history
  15. update docstring

    nkanazawa1989 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    a99ebfc View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    6a9d86f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff11ba3 View commit details
    Browse the repository at this point in the history
  3. update type hints

    nkanazawa1989 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    a4c5c8a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'issue-5679-2_schedule_block' of github.com:nkanazawa198…

    …9/qiskit-terra into issue-5679-2_schedule_block
    nkanazawa1989 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    4b035c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

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

Commits on Feb 14, 2021

  1. feedback from Thomas

    nkanazawa1989 committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    9897c80 View commit details
    Browse the repository at this point in the history
  2. Update qiskit/pulse/instructions/call.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Feb 14, 2021
    Configuration menu
    Copy the full SHA
    4b601fd View commit details
    Browse the repository at this point in the history
  3. Update qiskit/pulse/instructions/call.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Feb 14, 2021
    Configuration menu
    Copy the full SHA
    fae10af View commit details
    Browse the repository at this point in the history
  4. Update qiskit/pulse/instructions/call.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Feb 14, 2021
    Configuration menu
    Copy the full SHA
    28d1497 View commit details
    Browse the repository at this point in the history
  5. Update qiskit/pulse/instructions/call.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Feb 14, 2021
    Configuration menu
    Copy the full SHA
    e933698 View commit details
    Browse the repository at this point in the history
  6. Update qiskit/pulse/transforms.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Feb 14, 2021
    Configuration menu
    Copy the full SHA
    d97eb2e View commit details
    Browse the repository at this point in the history
  7. Merge branch 'issue-5679-2_schedule_block' of github.com:nkanazawa198…

    …9/qiskit-terra into issue-5679-2_schedule_block
    nkanazawa1989 committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    c7a45df View commit details
    Browse the repository at this point in the history
  8. Update qiskit/pulse/builder.py

    Co-authored-by: Daniel Egger <38065505+eggerdj@users.noreply.github.com>
    nkanazawa1989 and eggerdj authored Feb 14, 2021
    Configuration menu
    Copy the full SHA
    644dfff View commit details
    Browse the repository at this point in the history
  9. feedback from Daniel

    nkanazawa1989 committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    90df0d0 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'issue-5679-2_schedule_block' of github.com:nkanazawa198…

    …9/qiskit-terra into issue-5679-2_schedule_block
    nkanazawa1989 committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    3816f25 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d7e98af View commit details
    Browse the repository at this point in the history
  12. update test

    nkanazawa1989 committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    9954dcd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c582067 View commit details
    Browse the repository at this point in the history
  14. more test

    nkanazawa1989 committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    abdaaa2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a8cae98 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bfc706a View commit details
    Browse the repository at this point in the history
  17. lint

    nkanazawa1989 committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    31e2152 View commit details
    Browse the repository at this point in the history
  18. fix type hint

    nkanazawa1989 committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    6289969 View commit details
    Browse the repository at this point in the history
  19. lint

    nkanazawa1989 committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    8de880c View commit details
    Browse the repository at this point in the history
  20. forward reference

    nkanazawa1989 committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    22eb83f View commit details
    Browse the repository at this point in the history
  21. ignore lint

    nkanazawa1989 committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    7886cb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

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

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    1a186e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7222ff6 View commit details
    Browse the repository at this point in the history
  3. code cleanup

    nkanazawa1989 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    43e2f4f View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. update filter logic

    nkanazawa1989 committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    6babb4c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. fix filter bug

    nkanazawa1989 committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    c29d174 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. more docstring

    nkanazawa1989 committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    a5444f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. wip unittest

    nkanazawa1989 committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    d5e315a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

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

Commits on Mar 7, 2021

  1. Configuration menu
    Copy the full SHA
    81dca9f View commit details
    Browse the repository at this point in the history
  2. lint

    nkanazawa1989 committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    8e37d37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efc21ee View commit details
    Browse the repository at this point in the history
  4. update docstring

    nkanazawa1989 committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    903adda View commit details
    Browse the repository at this point in the history
  5. add reno

    nkanazawa1989 committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    4160f2c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. lint

    nkanazawa1989 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    e59446f View commit details
    Browse the repository at this point in the history
  2. fix block to dag

    nkanazawa1989 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    46308aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86a9f62 View commit details
    Browse the repository at this point in the history
  4. type hint

    nkanazawa1989 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    a435a03 View commit details
    Browse the repository at this point in the history
  5. fix docstring

    nkanazawa1989 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    c503df6 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Update releasenotes/notes/add-schedule-block-c37527f3205b7b62.yaml

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    104dae7 View commit details
    Browse the repository at this point in the history
  2. Update releasenotes/notes/add-schedule-block-c37527f3205b7b62.yaml

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    588b11d View commit details
    Browse the repository at this point in the history
  3. Update qiskit/pulse/transforms.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    87d066f View commit details
    Browse the repository at this point in the history
  4. Update qiskit/pulse/schedule.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    53fff61 View commit details
    Browse the repository at this point in the history
  5. Update qiskit/pulse/schedule.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    c88b5cf View commit details
    Browse the repository at this point in the history
  6. Update qiskit/pulse/schedule.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    53e5c56 View commit details
    Browse the repository at this point in the history
  7. Update qiskit/pulse/schedule.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    7ba67ce View commit details
    Browse the repository at this point in the history
  8. Update qiskit/pulse/schedule.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    0813a28 View commit details
    Browse the repository at this point in the history
  9. Update qiskit/pulse/schedule.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    529fde0 View commit details
    Browse the repository at this point in the history
  10. Update qiskit/pulse/schedule.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    76a5cb7 View commit details
    Browse the repository at this point in the history
  11. Update qiskit/pulse/schedule.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    07687a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Update qiskit/pulse/schedule.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    e66619f View commit details
    Browse the repository at this point in the history
  2. Update qiskit/pulse/filter_utils.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    3a3173e View commit details
    Browse the repository at this point in the history
  3. Update qiskit/pulse/filter_utils.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    8c66bae View commit details
    Browse the repository at this point in the history
  4. Update qiskit/pulse/schedule.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    9c3d237 View commit details
    Browse the repository at this point in the history
  5. Update qiskit/pulse/schedule.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    12bde3c View commit details
    Browse the repository at this point in the history
  6. Update qiskit/pulse/schedule.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    6204fe6 View commit details
    Browse the repository at this point in the history
  7. Update qiskit/pulse/schedule.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    baf1d21 View commit details
    Browse the repository at this point in the history
  8. Update qiskit/pulse/schedule.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    5e196fa View commit details
    Browse the repository at this point in the history
  9. Update qiskit/pulse/schedule.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    0458e5f View commit details
    Browse the repository at this point in the history
  10. Update qiskit/pulse/schedule.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    c56a79e View commit details
    Browse the repository at this point in the history
  11. Update qiskit/pulse/schedule.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    0c6e91b View commit details
    Browse the repository at this point in the history
  12. Update releasenotes/notes/add-schedule-block-c37527f3205b7b62.yaml

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    0a92b7f View commit details
    Browse the repository at this point in the history
  13. response to comments

    nkanazawa1989 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    78af6ec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    50e6e4c View commit details
    Browse the repository at this point in the history
  15. update test

    nkanazawa1989 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    1d919bf View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    fd04e73 View commit details
    Browse the repository at this point in the history
  2. Update qiskit/pulse/schedule.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    482d3bf View commit details
    Browse the repository at this point in the history
  3. 2nd round

    - transformation class
    - convert transform into package
    - docstring update
    - error message update
    nkanazawa1989 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    62a314f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'issue-5679-3_schedule_block' of github.com:nkanazawa198…

    …9/qiskit-terra into issue-5679-3_schedule_block
    nkanazawa1989 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    289ce3e View commit details
    Browse the repository at this point in the history
  5. lint

    nkanazawa1989 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    6917c4b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    abc8906 View commit details
    Browse the repository at this point in the history
  2. remove type hint

    nkanazawa1989 committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    5e8987e View commit details
    Browse the repository at this point in the history
  3. remove unused import

    nkanazawa1989 committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    37a938b View commit details
    Browse the repository at this point in the history
  4. fix docstring

    nkanazawa1989 committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    ff8428d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55a47b2 View commit details
    Browse the repository at this point in the history
  6. fix docstring

    nkanazawa1989 committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    1b992ea View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. update docstring

    nkanazawa1989 committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    42911a2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'issue-5679-3_schedule_block' of github.com:nkanazawa198…

    …9/qiskit-terra into issue-5679-3_schedule_block
    nkanazawa1989 committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    30cd83f View commit details
    Browse the repository at this point in the history
  3. update docstring

    nkanazawa1989 committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    2b4e29f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Update qiskit/pulse/schedule.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    25badb9 View commit details
    Browse the repository at this point in the history
  2. Update qiskit/pulse/transforms/dag.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    909f037 View commit details
    Browse the repository at this point in the history
  3. Update qiskit/pulse/transforms/dag.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    e3da762 View commit details
    Browse the repository at this point in the history
  4. Update qiskit/pulse/transforms/__init__.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    57e0750 View commit details
    Browse the repository at this point in the history
  5. Update qiskit/pulse/schedule.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    ae72237 View commit details
    Browse the repository at this point in the history
  6. Update qiskit/pulse/transforms/__init__.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    d8e81b5 View commit details
    Browse the repository at this point in the history
  7. Update qiskit/pulse/transforms/__init__.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    bccb54a View commit details
    Browse the repository at this point in the history
  8. Update qiskit/pulse/transforms/__init__.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    89e11bb View commit details
    Browse the repository at this point in the history
  9. feedback to comment

    nkanazawa1989 committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    f52b7cf View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    b36f863 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fecd28e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    488e149 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

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

    nkanazawa1989 committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    7fa5f94 View commit details
    Browse the repository at this point in the history
  3. update reno

    nkanazawa1989 committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    4070b83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2a16c1 View commit details
    Browse the repository at this point in the history
  5. fix type hints

    nkanazawa1989 committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    60840b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Update qiskit/pulse/instructions/acquire.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    0be878d View commit details
    Browse the repository at this point in the history
  2. Update qiskit/pulse/channels.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    06bd629 View commit details
    Browse the repository at this point in the history
  3. Update qiskit/pulse/instructions/instruction.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    c5af458 View commit details
    Browse the repository at this point in the history
  4. Update qiskit/pulse/transforms/__init__.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    9cde9b4 View commit details
    Browse the repository at this point in the history
  5. Update releasenotes/notes/add-schedule-block-c37527f3205b7b62.yaml

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    af17d83 View commit details
    Browse the repository at this point in the history
  6. Update qiskit/pulse/parameter_manager.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    ecaa3de View commit details
    Browse the repository at this point in the history
  7. Update qiskit/pulse/parameter_manager.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    f55af25 View commit details
    Browse the repository at this point in the history
  8. Update qiskit/pulse/parameter_manager.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    7435ca3 View commit details
    Browse the repository at this point in the history
  9. Update qiskit/pulse/parameter_manager.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    94c72c8 View commit details
    Browse the repository at this point in the history
  10. feedback from @lcapelluto

    nkanazawa1989 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    fb9152e View commit details
    Browse the repository at this point in the history
  11. Merge branch 'issue-5679-3_schedule_block' of github.com:nkanazawa198…

    …9/qiskit-terra into issue-5679-3_schedule_block
    nkanazawa1989 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    c878c03 View commit details
    Browse the repository at this point in the history
  12. channels tuple format

    nkanazawa1989 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    0b85d2e View commit details
    Browse the repository at this point in the history
  13. feedback from @lcapelluto

    - remove timeslot update logic from parameter manager
    - keep is_parameterized property
    nkanazawa1989 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    772e723 View commit details
    Browse the repository at this point in the history
  14. update reno

    nkanazawa1989 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    52a161d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6417161 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. update parameter update logic

    - remove _renew_timeslots and integrate into assign_paramters
    - update .replace of parameters
    nkanazawa1989 committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    f34fbcc View commit details
    Browse the repository at this point in the history
  2. add exception

    nkanazawa1989 committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    dfffe33 View commit details
    Browse the repository at this point in the history
  3. remove unused import

    nkanazawa1989 committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    4f5a357 View commit details
    Browse the repository at this point in the history
  4. Update qiskit/pulse/schedule.py

    Co-authored-by: Lauren Capelluto <laurencapelluto@gmail.com>
    nkanazawa1989 and lcapelluto authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    4a0a3b6 View commit details
    Browse the repository at this point in the history
  5. further feedback

    nkanazawa1989 committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    ff938f4 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'issue-5679-3_schedule_block' of github.com:nkanazawa198…

    …9/qiskit-terra into issue-5679-3_schedule_block
    nkanazawa1989 committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    d2d6aa7 View commit details
    Browse the repository at this point in the history
  7. minor updates

    nkanazawa1989 committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    69af4a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Update qiskit/pulse/filters.py

    Co-authored-by: Daniel Egger <38065505+eggerdj@users.noreply.github.com>
    nkanazawa1989 and eggerdj authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    2ac488e View commit details
    Browse the repository at this point in the history
  2. Update qiskit/pulse/filters.py

    Co-authored-by: Daniel Egger <38065505+eggerdj@users.noreply.github.com>
    nkanazawa1989 and eggerdj authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    d025779 View commit details
    Browse the repository at this point in the history
  3. Update qiskit/pulse/instructions/call.py

    Co-authored-by: Daniel Egger <38065505+eggerdj@users.noreply.github.com>
    nkanazawa1989 and eggerdj authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    d53571d View commit details
    Browse the repository at this point in the history
  4. Update qiskit/pulse/instructions/frequency.py

    Co-authored-by: Daniel Egger <38065505+eggerdj@users.noreply.github.com>
    nkanazawa1989 and eggerdj authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    d4c5ef2 View commit details
    Browse the repository at this point in the history
  5. Update qiskit/pulse/instructions/directives.py

    Co-authored-by: Daniel Egger <38065505+eggerdj@users.noreply.github.com>
    nkanazawa1989 and eggerdj authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    6df9b06 View commit details
    Browse the repository at this point in the history
  6. Update qiskit/pulse/instructions/frequency.py

    Co-authored-by: Daniel Egger <38065505+eggerdj@users.noreply.github.com>
    nkanazawa1989 and eggerdj authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    064a274 View commit details
    Browse the repository at this point in the history
  7. Update qiskit/pulse/instructions/phase.py

    Co-authored-by: Daniel Egger <38065505+eggerdj@users.noreply.github.com>
    nkanazawa1989 and eggerdj authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    5aa8a33 View commit details
    Browse the repository at this point in the history
  8. Update qiskit/pulse/instructions/phase.py

    Co-authored-by: Daniel Egger <38065505+eggerdj@users.noreply.github.com>
    nkanazawa1989 and eggerdj authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    3d38886 View commit details
    Browse the repository at this point in the history
  9. Update qiskit/pulse/instructions/play.py

    Co-authored-by: Daniel Egger <38065505+eggerdj@users.noreply.github.com>
    nkanazawa1989 and eggerdj authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    91f602d View commit details
    Browse the repository at this point in the history
  10. Update qiskit/pulse/schedule.py

    Co-authored-by: Daniel Egger <38065505+eggerdj@users.noreply.github.com>
    nkanazawa1989 and eggerdj authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    ff61ff3 View commit details
    Browse the repository at this point in the history
  11. Update qiskit/pulse/schedule.py

    Co-authored-by: Daniel Egger <38065505+eggerdj@users.noreply.github.com>
    nkanazawa1989 and eggerdj authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    0f3ff4e View commit details
    Browse the repository at this point in the history
  12. Update qiskit/pulse/schedule.py

    Co-authored-by: Daniel Egger <38065505+eggerdj@users.noreply.github.com>
    nkanazawa1989 and eggerdj authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    86f849f View commit details
    Browse the repository at this point in the history
  13. Update qiskit/pulse/schedule.py

    Co-authored-by: Daniel Egger <38065505+eggerdj@users.noreply.github.com>
    nkanazawa1989 and eggerdj authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    2f980d5 View commit details
    Browse the repository at this point in the history
  14. Update qiskit/pulse/schedule.py

    Co-authored-by: Daniel Egger <38065505+eggerdj@users.noreply.github.com>
    nkanazawa1989 and eggerdj authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    3bb0527 View commit details
    Browse the repository at this point in the history
  15. docstring updates

    nkanazawa1989 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    da2c201 View commit details
    Browse the repository at this point in the history
  16. docstring updates

    nkanazawa1989 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    0801e9b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    73a332e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. block docstring update

    Co-authored-by: eggerdj <38065505+eggerdj@users.noreply.github.com>
    nkanazawa1989 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    967e622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b48c7fb View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    fc355dd View commit details
    Browse the repository at this point in the history
  2. Update qiskit/pulse/instructions/call.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    6527de5 View commit details
    Browse the repository at this point in the history
  3. Update qiskit/pulse/instructions/call.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    28c5345 View commit details
    Browse the repository at this point in the history
  4. Update qiskit/pulse/instructions/call.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    dd72c77 View commit details
    Browse the repository at this point in the history
  5. Update qiskit/pulse/instructions/delay.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    a9b6274 View commit details
    Browse the repository at this point in the history
  6. Update qiskit/pulse/instructions/call.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    c86bdd1 View commit details
    Browse the repository at this point in the history
  7. Update qiskit/pulse/schedule.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    19480ee View commit details
    Browse the repository at this point in the history
  8. Update qiskit/pulse/schedule.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    1a171a9 View commit details
    Browse the repository at this point in the history
  9. Update qiskit/pulse/parameter_manager.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    0fa2a3f View commit details
    Browse the repository at this point in the history
  10. Update qiskit/pulse/parameter_manager.py

    Co-authored-by: Thomas Alexander <thomasalexander2718@gmail.com>
    nkanazawa1989 and taalexander authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    2dc4190 View commit details
    Browse the repository at this point in the history
  11. feedback from @taalexander

    nkanazawa1989 committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    7bfe4ce View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3a5a6c2 View commit details
    Browse the repository at this point in the history
  13. lint

    nkanazawa1989 committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    378cd41 View commit details
    Browse the repository at this point in the history
  14. fix type annotation

    nkanazawa1989 committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    7a44b3c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. docs fix

    nkanazawa1989 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    8460bea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc7f2b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a998ddf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87bbbf2 View commit details
    Browse the repository at this point in the history