qiskit.providers.aer.noise.QuantumError.error_term¶
- QuantumError.error_term(position)[Quellcode]¶
Return a single term from the error.
- Parameter
position (int) – the position of the error term.
- Rückgabe
A pair (circuit, p) for error term at position < size where p is the probability of the error term, and circuit is the list of qobj instructions for the error term.
- Rückgabetyp
tuple
- Verursacht
NoiseError – If the position is greater than the size of
the quantum error. –