pygsti.report.get_gatestring_multi_table

pygsti.report.get_gatestring_multi_table(gsLists, titles, commonTitle=None)

Creates an N-column table enumerating a N-1 lists of gate strings.

Parameters:
  • gsLists (list of GateString lists) – List of gate strings to put in table.
  • titles (list of strings) – The titles for the table columns containing the strings.
  • commonTitle (string, optional) – A single title string to place in a cell spanning across all the gate string columns.
Returns:

Return type:

ReportTable