Tamil
மொழிகள்
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.PauliList.commutes

PauliList.commutes(other, qargs=None)[source]

Return True for each Pauli that commutes with other.

Parameters
  • other (PauliList) -- another PauliList operator.

  • qargs (list) -- qubits to apply dot product on (default: None).

Returns

True if Paulis commute, False if they anti-commute.

Return type

bool