pygsti.report.get_gateset_gate_boxes_table¶
-
pygsti.report.
get_gateset_gate_boxes_table
(gateset, figFilePrefix, maxWidth=6.5, maxHeight=8.0, confidenceRegionInfo=None)¶ Create a table for a gateset’s gates, where each gate is a grid of boxes.
Similar to get_gateset_gates_table(...), except the gates are displayed as grids of colored boxes instead of printing the actual numerical elements. This is useful for displaying large gate matrices.
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