pygsti.objects.MultiDataSet.get_datasets_sum

MultiDataSet.get_datasets_sum(*datasetNames)

Generate a new DataSet by combining the counts of multiple member Datasets.

Parameters:datasetNames (one or more dataset names.) –
Returns:a single DataSet containing the summed counts of each of the datasets named by the parameters.
Return type:DataSet