Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use generic backend for testing (#1344)
Running notebooks with the `FakeKyoto` backend was occassionally taking a very long time (see #1307 (comment)). We believe this is due to some notebooks taking advantage of the large number of qubits it supports. This PR switches to Qiskit's `GenericBackendV2`. This should be much faster and gives us more fine-grained control over the test backend properties.
- Loading branch information