qiskit.quantum_info.PauliList.equiv¶ PauliList.equiv(other)[source]¶ Entrywise comparison of Pauli equivalence up to global phase. Parameters other (PauliList or Pauli) – a comparison object. Returns An array of True or False for entrywise equivalenceof the current table. Return type np.ndarray