pygsti.report.get_gateset_vs_target_angles_table¶
-
pygsti.report.
get_gateset_vs_target_angles_table
(gateset, targetGateset, formats, tableclass, longtable, confidenceRegionInfo=None, mxBasis='gm')¶ Create a table 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.
- mxBasis ({‘std’, ‘gm’,’pp’}) – Which basis the gateset is represented in. Allowed options are Matrix-unit (std), Gell-Mann (gm) and Pauli-product (pp).
Returns: Table object containing the requested formats (e.g. ‘latex’).
Return type: ReportTable