qiskit.quantum_info.Pauli.commutes¶ Pauli.commutes(other, qargs=None)[소스]¶ Return True if the Pauli commutes with other. 매개변수 other (Pauli or PauliList) – another Pauli operator. qargs (list) – qubits to apply dot product on (default: None). 반환 True if Pauli’s commute, False if they anti-commute. 반환 형식 bool