Spanish
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.Pauli.dot

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

Return the right multiplied operator self * other.

Parámetros
  • 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).

Devuelve

The operator self * other.

Tipo del valor devuelto

Pauli