qiskit.ignis.mitigation.CompleteExpvalMeasMitigator.assignment_fidelity¶
-
CompleteExpvalMeasMitigator.
assignment_fidelity
(qubits=None)¶ Return the measurement assignment fidelity on the specified qubits.
The assignment fidelity on N-qubits is defined as ∑x∈{0,1}nP(x|x)/2n, where P(x|x)=⟩x|A|x⟨, and A is the
assignment_matrix()
.- Parameters
qubits (
Optional
[List
[int
]]) – Optional, qubits being measured for operator expval.- Returns
the assignment fidelity.
- Return type
float