mirror of https://github.com/Qiskit/qiskit.git
14 lines
748 B
YAML
14 lines
748 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The ``qiskit.IBMQ`` object is deprecated. This alias object lazily redirects
|
|
attribute access to ``qiskit.providers.ibmq.IBMQ``. As the
|
|
``qiskit-ibmq-provider`` package has been supersceded by
|
|
``qiskit-ibm-provider`` package which maintains its own namespace
|
|
maintaining this alias is no longer relevant with the new package. If you
|
|
were relying on the ``qiskit.IBMQ`` alias you should update your usage
|
|
to use ``qiskit.providers.ibmq.IBMQ`` directly instead (and also consider
|
|
migrating to ``qiskit-ibm-provider``, see the
|
|
`migration guide <https://qiskit.org/documentation/partners/qiskit_ibm_provider/tutorials/Migration_Guide_from_qiskit-ibmq-provider.html>`__
|
|
for more details).
|