Jessie Yu
Jessie Yu
**What is the expected feature or enhancement?** The fake backends in this repo are meant to represent IBM backends and be similar to `IBMBackend`. Since `IBMBackend` is inherits from `BackendV2`,...
**What is the expected feature or enhancement?** `Session.from_id()` already queries session details. It can also set the `_active` flag, so if that session is closed, any attempt to submit a...
**What is the expected feature or enhancement?** The primitives today allow setting a nested option by itself. For example, ``` estimator.options.update(extrapolator="linear") ``` is allowed and would update the "correct" option...
**What is the expected feature or enhancement?** Qiskit is deprecating the `Provider` interface (see https://github.com/Qiskit/qiskit/pull/12145). `QiskitRuntimeService` still inherits from `Provider`, and it wouldn't be a very good experience if everyone...
**Describe the bug** Interim result streaming doesn't work. **Steps to reproduce** ``` def my_callback(job_id, response): print(f"response in my_callback: {response}") options = {'backend_name': "ibm_ithaca"} job = provider.runtime.run( program_id="test-program", options=options, inputs={}, callback=my_callback,...
### What is the expected enhancement? Today we cache Qobj in the job after submission, so that it's readily available if the user wants to access it. The problem is,...
### What is the expected enhancement? Today `IBMBackend.configuration()` returns a `BackendConfiguration` class that lives in Qiskit. Since Qiskit is provider agnostic, this class doesn't have the additional fields that are...
### Information - **qiskit-ibm-provider version**: 0.6.3 - **Python version**: - **Operating system**: ### What is the current behavior? Transpiling a dynamic circuit works with a real backend: ``` from qiskit...
**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?** 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...