pygsti.report.compute_gateset_dataset_qty¶
-
pygsti.report.
compute_gateset_dataset_qty
(qtyname, gateset, dataset, gatestrings=None)¶ Compute the named “GateSet & Dataset” quantity.
Parameters: - qtyname (string) – Name of the quantity to compute.
- gateset (GateSet) – Gate set used to compute the quantity.
- dataset (DataSet) – Data used to compute the quantity.
- gatestrings (list of tuples or GateString objects, optional) – A list of gatestrings used in the computation of certain quantities. If None, all the gatestrings in the dataset are used.
Returns: The quantity requested, or None if quantity could not be computed.
Return type: