pygsti.circuits.circuitconstruction.list_all_circuits

pygsti.circuits.circuitconstruction.list_all_circuits#

list_all_circuits(op_labels, minlength, maxlength)#

List all the circuits in a given length range.

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

Returns:

A list of Circuit objects.

Return type:

list