qiskit.quantum_info.Pauli.dot¶ Pauli.dot(other, qargs=None, inplace=False)[código fonte]¶ 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). Retorno The operator self * other. Tipo de retorno Pauli