qiskit.providers.aer.noise.QuantumError.error_term¶
- QuantumError.error_term(position)[ソース]¶
Return a single term from the error.
- パラメータ
position (int) – the position of the error term.
- 戻り値
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.
- 戻り値の型
tuple
- 例外
NoiseError – If the position is greater than the size of
the quantum error. –