pygsti.objects.DataSet.add_count_dict¶
-
DataSet.
add_count_dict
(gateString, countDict)¶ Add a single gate string’s counts to this DataSet
Parameters: - gateString (tuple or GateString) – A tuple of gate labels specifying the gate string or a GateString object
- countDict (dict) – A dictionary with keys = spam labels and values = counts
Returns: Return type: None