From f42f137ae79adf57573377a5b454797f3170d65e Mon Sep 17 00:00:00 2001 From: kevin-tian Date: Mon, 15 Apr 2024 17:52:48 -0400 Subject: [PATCH] Add note to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 46b21fd6..704add34 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,16 @@ [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Coverage Status](https://coveralls.io/repos/github/Qiskit/qiskit-ibm-provider/badge.svg?branch=main)](https://coveralls.io/github/Qiskit/qiskit-ibm-provider?branch=main) +--- + +**_PLEASE NOTE:_** _As of version 0.11.0, released in April 2024, `qiskit-ibm-provider` has been deprecated +with its support ending and eventual archival being no sooner than 3 months from that date. The +function provided by `qiskit-ibm-provider` has been moved to [qiskit-ibm-runtime](https://github.com/Qiskit/qiskit-ibm-runtime). +Please see the [Runtime migration Guide] for more details. We encourage you +to migrate over at your earliest convenience._ + +--- + **Qiskit** is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules. This project contains a provider that allows accessing the **[IBM Quantum]** @@ -112,3 +122,4 @@ project at different levels. If you use Qiskit, please cite as per the included [BibTeX file]: https://github.com/Qiskit/qiskit/blob/master/Qiskit.bib [Apache License 2.0]: https://github.com/Qiskit/qiskit-ibm-provider/blob/main/LICENSE.txt [migration guide]: https://github.com/Qiskit/qiskit-ibm-provider/blob/6be5f3297ede75bb062b20601058b55a397668e3/docs/tutorials/Migration_Guide_from_qiskit-ibmq-provider.ipynb +[Runtime migration guide]: https://docs.quantum.ibm.com/api/migration-guides/qiskit-runtime \ No newline at end of file