pygsti.report.compute_gateset_qty

pygsti.report.compute_gateset_qty(qtyname, gateset, confidenceRegionInfo=None)

Compute the named “GateSet” quantity.

Parameters:
  • qtyname (string) – Name of the quantity to compute.
  • gateset (GateSet) – Gate set used to compute the quantity.
  • confidenceRegionInfo (ConfidenceRegion, optional) – If not None, specifies a confidence-region used to compute the error bars contained in the returned quantity. If None, then no error bars are computed.
Returns:

The quantity requested, or None if quantity could not be computed.

Return type:

ReportableQty