qiskit-ibm-runtime icon indicating copy to clipboard operation
qiskit-ibm-runtime copied to clipboard

IBM Client for Qiskit Runtime

Results 90 qiskit-ibm-runtime issues
Sort by recently updated
recently updated
newest added

### Summary ~~WIP, needs ntc issue 3938, iqp-api 1184~~ ~~Need to confirm if we want to retrieve `version` from the job params, doing so will make retrieving jobs significantly more...

Changelog: Bugfix

**Describe the bug** Related [SE post](https://quantumcomputing.stackexchange.com/questions/38134/qiskit-ibm-runtime-estimatorv2-has-changed-the-user-specified-default-number-of). While I am running some simulations on IBM hardware, I've noticed that the number of shots recorded in the metadata of the job is...

bug

### Summary ### Details and comments Fixes #1238

Changelog: Deprecation

When I run my quantum machine learning algorithm on ibm quantum computer, I get: error Traceback (most recent call last) in () 268 269 # Optimize the parameters --> 270...

bug

(moving https://github.com/Qiskit/qiskit/pull/8466 here) This script creates the file for setting a new fake backend, including inserting the lines around and the release note. ``` python ./tools/create_fake_backend.py --hub oslo ibm_oslo python...

With the transition of fake backends from Qiskit to `qiskit-ibm-runtime`, I'm moving some of the tools that use to be there to keep the backends up to date. This PR...

**Describe the bug** When passing in a dict for Options when initializing an estimator, trying to modify options related to the resilience levels raises an exception. **Steps to reproduce** The...

bug

**What is the expected feature or enhancement?** A method that closes any currently open sessions. For example, say I am developing code that involves submitting jobs in a session. I...

enhancement
priority: medium

### Summary ### Details and comments Fixes #1563

**Describe the bug** Calling `backend.local` and `backend.simulator` for `simulator_stabilizer` and `simulator_extended_stabilizer` raises `TranspilerError`. **Steps to reproduce** ```python >>> from qiskit_ibm_runtime import QiskitRuntimeService >>> service = QiskitRuntimeService(token="MYTOKEN", channel="ibm_quantum") >>> backend =...

bug