German
Sprachen
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.Pauli.dot

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

Return the right multiplied operator self * other.

Parameter
  • 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).

Rückgabe

The operator self * other.

Rückgabetyp

Pauli