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