French
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.Pauli.dot

Pauli.dot(other, qargs=None, inplace=False)[source]

Return the right multiplied operator self * other.

Paramètres
  • other (Pauli) – an operator object.

  • qargs (list or None) – Optional, qubits to apply dot product on (default: None).

  • inplace (bool) – If True update in-place (default: False).

Renvoie

The operator self * other.

Type renvoyé

Pauli