qiskit-ibm-runtime
qiskit-ibm-runtime copied to clipboard
IBM Client for Qiskit Runtime
**What is the expected feature or enhancement?** Transpiled circuits are available for Sampler jobs. We need to provide a way to be able to retrieve these transpiled circuits from this...
In a couple of places in `RuntimeJob` we are checking for the error reason `RAN TOO LONG` ([example](https://github.com/Qiskit/qiskit-ibm-runtime/blob/main/qiskit_ibm_runtime/runtime_job.py#L221)) - this is being changed on the server side so instead we...
The method `get_backend` has been renamed to `backend`, but the README was not updated. Grepping `get_backend`, it still appears in additional places in the code (fake provider and integration tests);...
**What is the expected feature or enhancement?** Today we have two channels - `ibm_quantum` and `ibm_cloud`. The URLs are hard coded, and there is channel specific logic in various places....
**What is the expected feature or enhancement?** _Qiskit Runtime usage_, or just _usage_, is defined [here](https://qiskit.org/ecosystem/ibm-runtime/cloud/cost.html#view-instance-cost) or [here](https://qiskit.org/ecosystem/ibm-runtime/cloud/plans.html#pricing-overview) as: > Usage: Qiskit Runtime used by this job. This usage is...
### What is the expected behavior? For dynamic circuits there are custom dynamical decoupling passes in the provider already. We should export these as a custom scheduling stage transpiler plugin...
**What is the expected feature or enhancement?** Many features were deprecated in 0.7 release and can be removed now. In light of [this issue](https://github.com/Qiskit/qiskit-ibm-provider/issues/550), the TODOs in the code should...
**Describe the bug** In some cases, when defining the input circuit with classical bits, the Estimator gives an ugly and not so comprehensible error message. **Steps to reproduce** Here is...
**What is the expected feature or enhancement?** When readout error mitigation is turned on, a calibration job is executed, the results stored, and the sampler returns a quasi-distribution from the...
**Describe the bug** When setting `skip_transpilation` to `True` in `transpilation_settings` in the `run` method of the `Sampler`, jobs fail randomly. For example, evaluating a 6 qubit Bell state circuit with...