Qiskit / qiskit-aer

Aer is a high performance simulator for quantum circuits that includes noise models
https://qiskit.github.io/qiskit-aer/
Apache License 2.0
465 stars 354 forks source link

Dump the running time or outcome of "each shot" in an experiment. #2097

Open alan23273850 opened 2 months ago

alan23273850 commented 2 months ago

What is the expected behavior?

Dump the running time or outcome of "each shot" in an experiment. The current version of Qiskit seems not to have this feature. A former version with option "memory=True" can only dump outcomes but not running times. Thank you everyone!