pygsti.circuits.circuitconstruction.iter_all_circuits

pygsti.circuits.circuitconstruction.iter_all_circuits#

iter_all_circuits(op_labels, minlength, maxlength)#

Iterative version of list_all_circuits()

Parameters:
  • op_labels (tuple) – tuple of operation labels to include in circuits.

  • minlength (int) – the minimum circuit length to return

  • maxlength (int) – the maximum circuit length to return