qiskit.providers.aer.noise.kraus_error¶
-
kraus_error
(noise_ops, standard_gates=True, canonical_kraus=False)[소스]¶ Return a Kraus quantum error channel.
- 매개변수
noise_ops (list[matrix]) – Kraus matrices.
standard_gates (bool) – Check if input matrices are standard gates.
canonical_kraus (bool) – Convert input Kraus matrices into the canonical Kraus representation (default: False)
- 반환값
The quantum error object.
- 반환 형식
- 예외
NoiseError – if error parameters are invalid.