Japanese
言語
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

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.

戻り値の型

QuantumError

例外

NoiseError – if error parameters are invalid.