Jessie Yu
Jessie Yu
**What is the expected feature or enhancement?** Jobs sometimes fail because of temporary server / networking error, and a retry would work. Unfortunately for many iterative algorithms, this means the...
**What is the expected feature or enhancement?** The `wait_for_final_state` method in the base `Job` class accepts a `callback` parameter that allows users to monitor the progress of a job. It'd...
**What is the expected feature or enhancement?** Have CI test all tutorials on `ibmq_qasm_simulator`. This probably requires updating the tutorials to use the simulator or monkey patch `run()` to redirect...
### URL to the relevant documentation _No response_ ### Select all that apply - [ ] typo - [ ] code bug - [ ] out-of-date content - [ ]...
**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...
**What is the expected feature or enhancement?** Today if someone does ```python sampler1 = SamplerV2(backend=backend) with Session(backend=backend): sampler2 = SamplerV2(backend=backend) sampler1.run(...) sampler2.run(...) ``` Both `sampler1.run()` and `sampler2.run()` will actually run...
**What is the expected feature or enhancement?** Today on IQP website, one can download the data for all backends, even if they don't have access to actually run jobs on...
There is an `e2e` test folder, an e2e step in CI/Makefile, but there aren't actually any tests.
**What is the expected feature or enhancement?** Today most of the options dataclasses use the same Google style argument docstring as the rest of the modules. Unfortunately, the rendered API...
The [migration guide](https://qiskit.github.io/qiskit-serverless/migration/migration_from_qiskit_runtime_programs.html) uses `from qiskit.primitives import Sampler`, which uses a local statevector simulator. But people migrating their Qiskit Runtime custom programs would not want to use a local simulator....