pygsti.report.get_gateset_eigenval_table¶
-
pygsti.report.
get_gateset_eigenval_table
(gateset, targetGateset, figFilePrefix, maxWidth=6.5, maxHeight=8.0, confidenceRegionInfo=None)¶ Create table which lists and plots the eigenvalues of a gateset’s gates.
Parameters: - gateset (GateSet) – The GateSet
- targetGateset (GateSet) – The target gate set.
- figFilePrefix (str) – A filename prefix (not including any directories!) to use when rendering figures as a part of rendering this table.
- maxWidth (float) – The maximum width (in inches) of the entire figure.
- maxHeight (float) – The maximum height (in inches) of the entire figure.
- confidenceRegionInfo (ConfidenceRegion, optional) – If not None, specifies a confidence-region used to display error intervals.
Returns: Return type: ReportTable