Jessie Yu

Results 50 issues of Jessie Yu

### Summary Support passing a single circuit etc without putting it in a list to the `run()` method of the primitives. ### Details and comments

Changelog: None
mod: primitives

**What is the expected feature or enhancement?** Soon primitives will no longer support abstract circuits, and as a result of that `backend` can no longer be optional when calling primitives....

enhancement

**What is the expected feature or enhancement?** Some follow up work for custom program removal: - Make `service.run()` and `session.run()` private (after deprecation period). These methods should no longer be...

enhancement

**What is the expected feature or enhancement?** The fake backends in this repo are meant to represent IBM backends and be similar to `IBMBackend`. In addition to inheriting `BackendV2`, `IBMBackend`...

enhancement

**Describe the bug** If I submit a primitive V2 job then do `service.job()`, it will return a V1 `RuntimeJob` instead of `RuntimeJobV2`. This applies to `service.jobs()` as well. **Steps to...

bug
priority: high
api action

**What is the expected feature or enhancement?** As we prepare for the deprecation of `backend.run()`, one good step is to convert all the test cases to use `SamplerV2`. This would...

enhancement

**What is the expected feature or enhancement?** We should support `default_shots` as an EstimatorV2 option in local testing mode. It just needs to be converted to precision (= 1/sqrt(shots)). **Acceptance...

enhancement

**What is the expected feature or enhancement?** `QiskitRuntimeLocalService` was created to support local testing mode and is meant to be similar to `QiskitRuntimeService`. Today a user is not expected to...

enhancement

**What is the expected feature or enhancement?** `QiskitRuntimeLocalService` was created to support local testing mode and is meant to be similar to `QiskitRuntimeService`. The initial release of `QiskitRuntimeLocalService` only has...

enhancement

**What is the expected feature or enhancement?** `QiskitRuntimeLocalService` was created to support local testing mode and is meant to be similar to `QiskitRuntimeService`. The initial release of `QiskitRuntimeLocalService` only has...

enhancement