Skip to content

Commit

Permalink
Remove stale note about pending QPY support for SymbolicPulse (#8289)
Browse files Browse the repository at this point in the history
The support for serializing SymbolicPulse objects using QPY was added in
PR #7300 and has been released as part of 0.21.0. However, the
documentation for the SymbolicPulse class had a note saying the QPY
support was pending. This was necessary when the SymbolicPulse class was
added in #7821 because it was unclear when we'd be able to add the QPY
support. But, #7300 was updated and merged soon after #7821, but we
neglected to remove that note. This commit corrects the oversight and
removes the stale note.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 47c7c27)
  • Loading branch information
mtreinish authored and mergify[bot] committed Jul 4, 2022
1 parent 0f377f7 commit 69fad2f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions qiskit/pulse/library/symbolic_pulses.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,11 +374,6 @@ def Sawtooth(duration, amp, freq, name):
even within the environment not having original class definition loaded.
This mechanism also allows us to easily share a pulse program including
custom pulse instructions with collaborators.
.. note::
Currently QPY serialization of :class:`SymbolicPulse` is not available.
This feature will be implemented shortly.
"""

__slots__ = (
Expand Down

0 comments on commit 69fad2f

Please sign in to comment.