qiskit-ibm-runtime icon indicating copy to clipboard operation
qiskit-ibm-runtime copied to clipboard

Support default_shots in EstimatorV2 in local testing mode

Open jyu00 opened this issue 4 months ago • 0 comments

What is the expected feature or enhancement?

We should support default_shots as an EstimatorV2 option in local testing mode. It just needs to be converted to precision (= 1/sqrt(shots)).

Acceptance criteria

Specifying default_shots when using EstimatorV2 in local testing mode does not raise a warning.

jyu00 avatar Apr 12 '24 21:04 jyu00