qiskit-community / qiskit-qec

Qiskit quantum error correction framework
https://qiskit-community.github.io/qiskit-qec/
Apache License 2.0
84 stars 35 forks source link

Upgrade to QiskitAerSimulator #367

Closed grace-harper closed 1 year ago

grace-harper commented 1 year ago

Steps to reproduce the problem

Run Tests

What is the current behavior?

PendingDeprecationWarning: The `QasmSimulator` backend will be deprecated in the future. It has been superseded by the `AerSimulator` backend. warn('The `QasmSimulator` backend will be deprecated

What is the expected behavior?

We should be using the more current simulator version

robotAstray commented 1 year ago

Hello @grace-harper, I will work on this, thank you

grace-harper commented 1 year ago

Handled in #378 by @robotAstray. Thank you!