pygsti.construction.list_all_gatestrings_onelen

pygsti.construction.list_all_gatestrings_onelen(gateLabels, length)

List all the gate strings of a given length.

Parameters:
  • gateLabels (tuple) – tuple of gate labels to include in gate strings.
  • length (int) – the gate string length
Returns:

A list of GateString objects.

Return type:

list