qiskit.quantum_info.Pauli.equiv¶ Pauli.equiv(other)[source]¶ Return True if Pauli’s are equivalent up to group phase. Parameters other (Pauli) – an operator object. Returns True if the Pauli’s are equivalent up to group phase. Return type bool