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

Add EstimatorV2 #2088

Closed ikkoham closed 3 months ago

ikkoham commented 3 months ago

Summary

Details and comments

kevinsung commented 3 months ago

Could you summarize how it's determined whether to use true sampling, or to use a normal distribution approximation? What happens if the user doesn't specify anything?

ikkoham commented 3 months ago

@kevinsung I simplified because it is confusing and true sampling was deprecated in V1. As documented, there is only a normal distribution approximation