qiskit/releasenotes/notes/0.11/deprecate-cmd-def-097d6a692...

9 lines
294 B
YAML

---
deprecations:
- |
The ``qiskit.pulse.CmdDef`` class has been deprecated. Instead you should
use the ``qiskit.pulse.InstructionScheduleMap``. The
``InstructionScheduleMap`` object for a pulse enabled system can be
accessed at ``backend.defaults().instruction_schedules``.