pygsti.report.get_gateset_vs_target_err_gen_table¶
-
pygsti.report.
get_gateset_vs_target_err_gen_table
(gateset, targetGateset, formats, tableclass, longtable, confidenceRegionInfo=None)¶ Create a table listing the error generators obtained by comparing a gateset to a target gateset.
Parameters: - targetGateset (gateset,) – The gate sets to compare
- formats (list) – List of formats to include in returned table. Allowed formats are ‘latex’, ‘html’, ‘py’, and ‘ppt’.
- tableclass (string) – CSS class to apply to the HTML table.
- longtable (bool) – Whether table should be a latex longtable or not.
- confidenceRegionInfo (ConfidenceRegion, optional) – If not None, specifies a confidence-region used to display error intervals.
Returns: Table object containing the requested formats (e.g. ‘latex’).
Return type: ReportTable