pygsti.report.get_gatestring_table¶
-
pygsti.report.
get_gatestring_table
(gsList, title, nCols=1)¶ Creates a 2*nCols-column table enumerating a list of gate strings.
Parameters: - gsList (list of GateStrings) – List of gate strings to put in table.
- title (string) – The title for the table column containing the strings.
- nCols (int, optional) – The number of data columns, i.e. those containing gate strings. Actual number of columns is twice this due to columns containing enumeration indices.
Returns: Return type: ReportTable