pygsti.report.compute_gateset_gateset_qtys¶
-
pygsti.report.
compute_gateset_gateset_qtys
(qtynames, gateset1, gateset2, confidenceRegionInfo=None)¶ Compute the named “GateSet vs. GateSet” quantities.
Parameters: - qtynames (list of strings) – Names of the quantities to compute.
- gateset1 (GateSet) – First gate set used to compute the quantities.
- gateset2 (GateSet) – Second 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