pygsti.report.get_gateset_spam_table¶
-
pygsti.report.
get_gateset_spam_table
(gateset, confidenceRegionInfo=None, includeHSVec=True)¶ Create a table for gateset’s SPAM vectors.
Parameters: - gateset (GateSet) – The GateSet
- confidenceRegionInfo (ConfidenceRegion, optional) – If not None, specifies a confidence-region used to display error intervals.
- includeHSVec (boolean, optional) – Whether or not to include the Hilbert-Schmidt vector representation column in the table.
Returns: Return type: ReportTable