pygsti.objects.DataSet.add_count_list

DataSet.add_count_list(gateString, countList)

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
  • countsList (list) – A list/tuple of counts in the same order as the DataSet’s spam labels
Returns:

Return type:

None