pygsti.io.load_gatestring_list¶
-
pygsti.io.
load_gatestring_list
(filename, readRawStrings=False)¶ Load a gate string list from a file, formatted using the standard text-format.
Parameters: - filename (string) – The name of the file
- readRawStrings (boolean) – If True, gate strings are not converted to tuples of gate labels.
Returns: Return type: list of GateString objects