Skip to content

Commit

Permalink
Add deprecation warning on use of qiskit.IBMQ (Qiskit/qiskit#8080)
Browse files Browse the repository at this point in the history
* Add deprecation warning on use of qiskit.IBMQ

With the pending release of the qiskit-ibm-provider that superscedes the
qiskit-ibmq-provider package. The qiskit-ibmq-provider is now deprecated
and will be retired/archived in the future. In coordination with that
this commit deprecates the lazy loading fixture qiskit.IBMQ and removes
documentation references to qiskit-ibmq-provider in the repo.

* Fix typos

Co-authored-by: Jim Garrison <[email protected]>

* Remove superfluous warnings

* Add pip to warning message

* Fix lint

* Update references to qiskit.IBMQ

* Add release note

* Add back ibmq_mock.py file

* Add link to the migration guide in release note

Co-authored-by: Jim Garrison <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 18, 2023
1 parent b440d99 commit 78f5a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ibm_provider/fake_provider/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
.. code-block:: python
from qiskit import IBMQ
from qiskit.providers.ibmq import IBMQ
from qiskit.providers.aer import AerSimulator
# get a real backend from a real provider
Expand Down

0 comments on commit 78f5a2d

Please sign in to comment.