pygsti.circuits.circuitconstruction.list_random_circuits_onelen#
- list_random_circuits_onelen(op_labels, length, count, seed=None)#
Create a list of random circuits of a given length.
- Parameters:
op_labels (tuple) – tuple of operation labels to include in circuits.
length (int) – the circuit length.
count (int) – the number of random strings to create.
seed (int, optional) – If not None, a seed for numpy’s random number generator.
- Returns:
A list of random circuits as Circuit objects.
- Return type:
list of Circuits