qiskit.providers.aer.noise.kraus_error¶
-
kraus_error
(noise_ops, standard_gates=True, canonical_kraus=False)[Quellcode]¶ Return a Kraus quantum error channel.
- Parameter
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)
- Rückgabe
The quantum error object.
- Rückgabetyp
- Verursacht
NoiseError – if error parameters are invalid.