qiskit.quantum_info.PauliTable.commutes¶
- PauliTable.commutes(pauli)[código fonte]¶
Return list of commutation properties for each row with a Pauli.
The returned vector is the same length as the size of the table and contains True for rows that commute with the Pauli, and False for the rows that anti-commute.
- Parâmetros
pauli (PauliTable) – a single Pauli row.
- Retorno
The boolean vector of which rows commute or anti-commute.
- Tipo de retorno
array
- Levanta
QiskitError – if input is not a single Pauli row.