Kevin Tian
Kevin Tian
With `ibmq_qasm_simulator` officially being sunset, we need to use a different backend for our integration tests. The plan is to use `test_eagle` instead but it is not available on production...
### Summary Use the `FakeBackend` class in this repo instead of the one in `Qiskit` ### Details and comments Fixes #
**What is the expected feature or enhancement?** Add a `private` attribute to runtime jobs to differentiate them from public jobs. **Acceptance criteria**
### Summary In `qiskit-ibm-runtime` we want to add job methods to our `QiskitRuntimeLocalService` (Issue https://github.com/Qiskit/qiskit-ibm-runtime/issues/1607). In order to save `PrimitiveJob` objects locally we need a way to serialize them. It's...
### Summary It'd be nice to have an easier way to run integration tests from a PR. Currently they are only run on `push` and in a nightly cron job....
### Summary These tests haven't been passing for over 4 months and we're removing support soon ### Details and comments Fixes #
### Summary Fake V1 backends were deprecated in `0.24.0`, removing them all in this PR ### Details and comments Fixes #
### Summary Dependent on making `PrimitiveJob` serializable (Qiskit PR https://github.com/Qiskit/qiskit/pull/12963) Now when local jobs are run, they will be pickled and saved in a `local_jobs` directory as `job_id.pkl`. These jobs...