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