qiskit/releasenotes/notes/0.14/rename-constant-pulse-dd5e5...

8 lines
306 B
YAML

---
deprecation:
- |
The ``ConstantPulse`` class from :mod:`qiskit.pulse` has been deprecated
and will be removed in a future release. Instead
:py:class:`~qiskit.pulse.Constant` should be used moving forward. This new
class provides the same exact functionality as the ``ConstantPulse``.