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

IBM Client for Qiskit Runtime

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

**What is the expected feature or enhancement?** I've found that if I have a `QiskitRuntimeService` object, the first call to the `backends` method often can take a really long time,...

enhancement

**Desribe the bug** When `Session.from_id` is called, internally [it calls](https://github.com/Qiskit/qiskit-ibm-runtime/blob/8c612d1343c2b8fd800fd0562974be783c58bdaa/qiskit_ibm_runtime/session.py#L379) `cls(service, backend)` to create a `Session` instance, with `backend` [set to a string](https://github.com/Qiskit/qiskit-ibm-runtime/blob/8c612d1343c2b8fd800fd0562974be783c58bdaa/qiskit_ibm_runtime/session.py#L370). Unless it's intentional to suppress warnings from...

bug

**Describe the bug** The `NoiseLearner.run` [API page](https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/qiskit_ibm_runtime.noise_learner.NoiseLearner) describes the `circuits` input type as That's not exactly digestible. **Steps to reproduce** **Expected behavior** **Suggested solutions** **Additional Information** @Eric-Arellano Maybe this is...

bug

**What is the expected feature or enhancement?** On the Qiskit Runtime server side, when an API Key is provided in the Authorization header, the service goes to IAM to obtain...

enhancement

**What is the expected feature or enhancement?** `interactive_ttl` is one of the session creation properties, as described in [Session docs](https://cloud.ibm.com/apidocs/quantum-computing#create-session). Controlling this parameter can be crucial to users with even...

enhancement

### Summary Creating a draft PR as a starting point to allow custom account urls and no channel. ### Details and comments Fixes #