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

### Summary Fixes #1683 ### Details and comments Before merging, the `QISKIT_IBM_DEVICE` var should be added for all the environments we run the integration tests. Also, the `QISKIT_IBM_INSTANCE` value should...

### Summary ### Details and comments Fixes #1835

**Describe the bug** Trying to use `Session` in local testing mode fails with ``` TypeError Traceback (most recent call last) Cell In[15], line 22 20 isa_qc = pm.run(qc) 21 with...

bug

### Summary The new classes `ExecutionSpan` and `ExecutionSpanCollection` will be populated with timing information of sampler jobs. ### Details and comments Closes #1832.

**What is the expected feature or enhancement?** The interface will allow users to retrieve medium-grained timing information about their sampler jobs.

enhancement

Lots of deprecation warnings and 12 failures: https://github.com/Qiskit/qiskit-ibm-runtime/actions/runs/10156409791/job/28084775851 ``` 2024-07-30T05:08:30.7991726Z ====================================================================== 2024-07-30T05:08:30.7992563Z ERROR: test_c_if_plugin_conversion_with_transpile (test.unit.transpiler.passes.scheduling.test_scheduler.TestALAPSchedulingAndPaddingPass) 2024-07-30T05:08:30.7993666Z Verify that old format c_if may be converted and scheduled after 2024-07-30T05:08:30.7994277Z ---------------------------------------------------------------------- 2024-07-30T05:08:30.7994680Z...

bug

**What is the expected feature or enhancement?** If I am given a circuit, I would like an easy way to verify if it is, or is not, compatible with a...

enhancement

### Summary ### Details and comments Fixes #1819

Changelog: New Feature

**What is the expected feature or enhancement?** Pay-go instances in the Cloud channel and Premium instances in the IBM Quantum channel, have or may have an usage limit. Currently, there...

enhancement

**What is the expected feature or enhancement?** The [RuntimeJob.metrics()](https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/qiskit_ibm_runtime.RuntimeJob#metrics) method does not document what is in that metrics dictionary. For the quantum channel the API docs are [here](https://api.quantum-computing.ibm.com/runtime/api#/Jobs/get_job_metrics_jid). For the...

enhancement