qiskit/releasenotes/notes/0.24/6110-709f6fa891bdb26b.yaml

7 lines
259 B
YAML

---
upgrade:
- |
For the class :class:`~DagDepNode`, the previously deprecated ``condition``
attribute has been removed. It was deprecated since 0.18 release.
You can use :meth:`~DAGDepNode.op.condition~ if the ``DAGDepNode`` is of type ``op``.