qiskit-ibmq-provider icon indicating copy to clipboard operation
qiskit-ibmq-provider copied to clipboard

Qiskit Provider for accessing the quantum devices and simulators at IBM Quantum.

Results 9 qiskit-ibmq-provider issues
Sort by recently updated
recently updated
newest added

### Summary fixes #1042 ### Details and comments

on hold

### What is the expected enhancement? Add general deprecation warning for qiskit-ibmq-provider package and encourage users to move to qiskit-ibm-runtime, qiskit-ibm-provider an qiskit-ibm-experiment when they are ready. We will be...

type: enhancement

### Summary This commit changes the default JSON serialization library we use for QOBJ submission to orjson. [1] orjson being written in Rust is significantly faster than the json module...

In this PR, the README file is updated to start drafting the migration plan to deprecate this module.

on hold

Related qiskit-provider issues - Deprecate `qiskit-ibmq-provider` [#1042](https://github.com/Qiskit/qiskit-ibmq-provider/issues/1042) by adding deprecation warnings, encouraging users to move to `qiskit-ibm-runtime` - Fix remaining issues in `qiskit-ibm-provider` [#338](https://github.com/Qiskit/qiskit-ibm-provider/pull/338) [#330](https://github.com/Qiskit/qiskit-ibm-provider/pull/330) Document a migration guide in...

priority: high

It's important for me to still use the old provider because of bugs with the new provider, using pulses. I'll try to create small examples and open separate issues. When...

type: bug

I did `device = my_provider.get_backend('ibmq_16_melbourne')` I got `Traceback (most recent call last): Cell In[8], line 5 device = my_provider.get_backend('ibm_16_melbourne') File /opt/conda/lib/python3.10/site-packages/qiskit/providers/provider.py:55 in get_backend raise QiskitBackendNotFoundError("No backend matches the criteria") QiskitBackendNotFoundError:...

### Informations It's a documentation related issue so no need of Qiskit or Python versions nor Operating System ### What is the current behavior? The TOC on the documentation page...

Hello all. I am having some problems when trying to load my IBMQ account in python. The connection was working correctly until one day it stopped working and I got...