qiskit-community / qiskit-dynamics

Tools for building and solving models of quantum systems in Qiskit
https://qiskit-community.github.io/qiskit-dynamics/
Apache License 2.0
106 stars 60 forks source link

Add meas_level==1 option to PulseSimulator #143

Closed DanPuzzuoli closed 1 year ago

DanPuzzuoli commented 2 years ago

What is the expected behavior?

Once PR #139 is merged, add functionality for setting meas_level==1 to the PulseSimulator class options. Should also add meas_return option with a default (I believe this impacts how outcomes are returned when meas_level==1).

For now this can enable IQ data spoofing, and later on we can add the ability to specify custom IQ-data generators.

DanPuzzuoli commented 1 year ago

Closed by #155