qiskit.result.LocalReadoutMitigator.stddev_upper_bound¶
- LocalReadoutMitigator.stddev_upper_bound(shots, qubits=None)[fuente]¶
Return an upper bound on standard deviation of expval estimator.
- Parámetros
shots (int) – Number of shots used for expectation value measurement.
qubits (Optional[List[int]]) – qubits being measured for operator expval.
- Devuelve
the standard deviation upper bound.
- Tipo del valor devuelto
float