pygsti.report.compute_gateset_dataset_qtys¶
-
pygsti.report.
compute_gateset_dataset_qtys
(qtynames, gateset, dataset, gatestrings=None)¶ Compute the named “GateSet & Dataset” quantities.
Parameters: - qtynames (list of strings) – Names of the quantities to compute.
- gateset (GateSet) – Gate set used to compute the quantities.
- dataset (DataSet) – Data used to compute the quantities.
- 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: Dictionary whose keys are the requested quantity names and values are ReportableQty objects.
Return type: dict