pygsti.construction.list_lgst_gatestrings¶
-
pygsti.construction.
list_lgst_gatestrings
(specs, gateLabels)¶ List the gate strings required for runnsing LGST.
Parameters: - specs (2-tuple) – A (prepSpecs,effectSpecs) tuple usually generated by calling build_spam_specs(...).
- gateLabels (tuple) – tuple of gate labels to estimate using LGST.
Returns: The list of required gate strings, without duplicates.
Return type: list of GateString objects