qiskit.quantum_info.PauliList.equiv¶ PauliList.equiv(other)[ソース]¶ Entrywise comparison of Pauli equivalence up to global phase. パラメータ other (PauliList or Pauli) – a comparison object. 戻り値 An array of True or False for entrywise equivalenceof the current table. 戻り値の型 np.ndarray