French
Langues
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.providers.aer.noise.kraus_error

kraus_error(noise_ops, standard_gates=True, canonical_kraus=False)[source]

Return a Kraus quantum error channel.

Paramètres
  • 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)

Renvoie

The quantum error object.

Type renvoyé

QuantumError

Lève

NoiseError – if error parameters are invalid.