pygsti.report.get_dataset_overview_table¶
-
pygsti.report.
get_dataset_overview_table
(dataset, target, maxlen=10, fixedLists=None, maxLengthList=None)¶ Create a table overviewing a data set.
Parameters: - dataset (DataSet) – The DataSet
- target (GateSet) – A target gateset which is used for it’s mapping of SPAM labels to SPAM specifiers.
- maxlen (integer, optional) – The maximum length string used when searching for the maximal (best) Gram matrix. It’s useful to make this at least twice the maximum length fiducial sequence.
- fixedLists ((prepStrs, effectStrs), optional) – 2-tuple of gate string lists, specifying the preparation and measurement fiducials to use when constructing the Gram matrix, and thereby bypassing the search for such lists.
- maxLengthList (list of ints, optional) – A list of the maximum lengths used, if available.
Returns: Return type: ReportTable