documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Remove Qiskit IBM Provider API reference

Open jyu00 opened this issue 1 year ago • 1 comments

URL to the relevant documentation

https://docs.quantum.ibm.com/api/qiskit-ibm-provider/ibm_provider

Select all that apply

  • [ ] typo
  • [ ] code bug
  • [X] out-of-date content
  • [ ] broken link
  • [ ] other

Describe the fix.

qiskit-ibm-provider was deprecated earlier this year and has since been archived. Its API reference page should be removed since it's no longer supported.

jyu00 avatar Aug 02 '24 12:08 jyu00

We should set up a custom 404 error page that has links to the migration guide https://docs.quantum.ibm.com/migration-guides/qiskit-runtime-from-ibm-provider. Also link to the GitHub repo and maybe mention reading docs there.

Eric-Arellano avatar Aug 02 '24 12:08 Eric-Arellano

@jyu00 will users still be able to retrieve old jobs using the Qiskit IBM Provider package? If not, is there another way they could do that? Just working out what to say in the docs on getting old jobs.

frankharkins avatar Aug 22 '24 11:08 frankharkins

@jyu00 will users still be able to retrieve old jobs using the Qiskit IBM Provider package? If not, is there another way they could do that? Just working out what to say in the docs on getting old jobs.

Kind of. qiskit-ibm-provider uses Qiskit Runtime, so users can continue to use it or qiskit-ibm-runtime to retrieve old jobs submitted by qiskit-ibm-provider.

However, jobs submitted by qiskit-ibmq-provider (notice the extra q), which was deprecated 2 years ago, can only be retrieved by qiskit-ibm-provider (for now anyway, I believe IQP plans to disable that path entirely).

jyu00 avatar Aug 22 '24 12:08 jyu00