pygsti.circuits.circuitconstruction.list_all_circuits_onelen#
- list_all_circuits_onelen(op_labels, length)#
List all the circuits of a given length.
- Parameters:
op_labels (tuple) – tuple of operation labels to include in circuits.
length (int) – the circuit length
- Returns:
A list of Circuit objects.
- Return type:
list