qiskit.ignis.mitigation.TensoredExpvalMeasMitigator.required_shots¶
-
TensoredExpvalMeasMitigator.
required_shots
(delta, qubits=None)¶ Return the number of shots required for expectation value estimation.
This is the number of shots required so that |⟨O⟩est−⟨O⟩true|<δ with high probability (at least 2/3) and is given by 4δ2Γ2 where Γ2 is the
mitigation_overhead()
.- Parameters
delta (
float
) – Error tolerance for expectation value estimator.qubits (
Optional
[List
[int
]]) – Optional, qubits being measured for operator expval.
- Returns
the required shots.
- Return type
int