English
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.Pauli.commutes

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

Return True if the Pauli commutes with other.

Parameters
  • other (Pauli or PauliList) – another Pauli operator.

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

Returns

True if Pauli’s commute, False if they anti-commute.

Return type

bool