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

Issue #367 - Migration from QasmSimulator to qiskit_aer's AerSimulator #378

Closed robotAstray closed 1 year ago

robotAstray commented 1 year ago

Summary:

This PR addresses issue #367 by implementing changes across various files in the codebase. The changes involve the migration from qiskit.Aer to qiskit_aer, replacement of QasmSimulator with AerSimulator, and the introduction of PadDynamicalDecoupling. Additionally, the PR requires the use of ALAPScheduleAnalysis within the PassManager

Details and comments:

The following files have been modified as part of this PR:

Key Changes:

robotAstray commented 1 year ago

@grace-harper this PR is ready for review :+1:

robotAstray commented 1 year ago

Hello @grace-harper the errors are related to a bug I identified and described in issue #380. I do not think is related to the work I did on issue #367.