qiskit.quantum_info.Pauli.anticommutes¶
- Pauli.anticommutes(other, qargs=None)[fuente]¶
Return True if other Pauli anticommutes with self.
- Parámetros
other (Pauli) – another Pauli operator.
qargs (list) – qubits to apply dot product on (default: None).
- Devuelve
True if Pauli’s anticommute, False if they commute.
- Tipo del valor devuelto
bool