pygsti.report.compute_dataset_qty

pygsti.report.compute_dataset_qty(qtyname, dataset, gatestrings=None)

Compute the named “Dataset” quantity.

Parameters:
  • qtyname (string) – Name of the quantity 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:

The quantity requested, or None if quantity could not be computed.

Return type:

ReportableQty