pygsti.report.compute_gateset_qtys

pygsti.report.compute_gateset_qtys(qtynames, gateset, confidenceRegionInfo=None)

Compute the named “GateSet” quantities.

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

Dictionary whose keys are the requested quantity names and values are ReportableQty objects.

Return type:

dict