qiskit/releasenotes/notes/0.9/qobj-as-dict-deprecate-9b05...

7 lines
194 B
YAML

---
deprecations:
- |
The ``as_dict()`` method for the Qobj class has been deprecated and will
be removed in the future. You should replace calls to it with ``to_dict()``
instead.