Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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