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