pygsti.extras.idletomography.idttools.allerrors

Contents

pygsti.extras.idletomography.idttools.allerrors#

allerrors(nqubits, maxweight)#

Lists every Pauli error operator for nqubits qubits with weight <= maxweight

Parameters:
  • nqubits (int)

  • maxweight (int)

Returns:

A list of NQPauliOp objects.

Return type:

list