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

Remove symbolic pulse subclass implementation #8278

Merged
merged 13 commits into from
Sep 27, 2022

Commits on Jun 30, 2022

  1. Remove symbolic pulse subclass implementation. Now every symbolic pul…

    …se objects are SymbolicPulse instance. Subclasses become SymbolicPulse factory, and isinstance check is invalidated because these classes are never instantiated. QPY loader for these classes are also removed.
    nkanazawa1989 committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    d6f0a81 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Review comments

    Co-authored-by: Will Shanks <willshanks@us.ibm.com>
    nkanazawa1989 and wshanks committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    a506e19 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

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

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    662f3a9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'deprecate/symbolic_pulse_subclass' of github.com:nkanaz…

    …awa1989/qiskit-terra into deprecate/symbolic_pulse_subclass
    nkanazawa1989 committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e1794f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

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

Commits on Sep 12, 2022

  1. comments from review

    nkanazawa1989 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    3edfd02 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'deprecate/symbolic_pulse_subclass' of github.com:nkanaz…

    …awa1989/qiskit-terra into deprecate/symbolic_pulse_subclass
    nkanazawa1989 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    8104e25 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    50469e6 View commit details
    Browse the repository at this point in the history
  2. update release note

    nkanazawa1989 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    4485702 View commit details
    Browse the repository at this point in the history
  3. fix test

    nkanazawa1989 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    ffa9666 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    382957d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

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