qiskit.quantum_info.Pauli.dot¶ Pauli.dot(other, qargs=None, inplace=False)[source]¶ 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