Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.Pauli.dot

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

Return the right multiplied operator self * other.

매개변수
  • 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).

반환

The operator self * other.

반환 형식

Pauli