pygsti.report.get_gates_vs_target_err_gen_boxes_table¶
-
pygsti.report.
get_gates_vs_target_err_gen_boxes_table
(gateset, targetGateset, figFilePrefix, maxWidth=6.5, maxHeight=8.0, confidenceRegionInfo=None)¶ Create a table of gate error generators, where each is shown as grid of boxes.
Parameters: - targetGateset (gateset,) – The gate sets to compare
- 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