pygsti.report.get_gateset_choi_eigenval_table

pygsti.report.get_gateset_choi_eigenval_table(gateset, figFilePrefix, maxWidth=6.5, maxHeight=8.0, confidenceRegionInfo=None)

Create a table for the Choi matrices of a gateset’s gates.

Parameters:
  • gateset (GateSet) – The GateSet
  • 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