pygsti.report.compute_gateset_gateset_qty¶
-
pygsti.report.
compute_gateset_gateset_qty
(qtyname, gateset1, gateset2, confidenceRegionInfo=None)¶ Compute the named “GateSet vs. GateSet” quantity.
Parameters: - qtyname (string) – Name of the quantity to compute.
- gateset1 (GateSet) – First gate set used to compute the quantity.
- gateset2 (GateSet) – Second 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: