pygsti.construction.get_spam_strs

pygsti.construction.get_spam_strs(specs)
Get just the string portion of a pair of rho and E specifiers by
stripping last element of prepSpecs and first element of effectSpecs to get prepStrs and effectStrs. Duplicate strings are removed.
Parameters:specs (tuple) – (prepSpecs, effectSpecs) to extract strings portions from.
Returns:
  • prepStrs (list of strings)
  • effectStrs (list of strings)