Qiskit-Extensions / qiskit-experiments

Qiskit Experiments
https://qiskit-extensions.github.io/qiskit-experiments/
Apache License 2.0
151 stars 122 forks source link

Remove `get_backend()` #1451

Closed coruscating closed 2 months ago

coruscating commented 2 months ago

Aer.get_backend() was deprecated as part of the Provider abstract class deprecation in https://github.com/Qiskit/qiskit/pull/12145. This PR replaces it with instantiating AerSimulator() directly so the cron CI tests can pass again.