qiskit.quantum_info.Pauli.anticommutes¶ Pauli.anticommutes(other, qargs=None)[source]¶ Return True if other Pauli anticommutes with self. Paramètres other (Pauli) – another Pauli operator. qargs (list) – qubits to apply dot product on (default: None). Renvoie True if Pauli’s anticommute, False if they commute. Type renvoyé bool