qiskit/releasenotes/notes/0.15/remove-circuit-instruction-...

9 lines
320 B
YAML

---
upgrade:
- |
The deprecated ``circuit_instruction_map`` attribute of the
:class:`qiskit.providers.models.PulseDefaults` class has been removed.
This attribute has been deprecated since the 0.12.0 release and was
replaced by the ``instruction_schedule_map`` attribute which can be used
instead.