pygsti.objects.MultiDataSet.add_dataset¶
-
MultiDataSet.
add_dataset
(datasetName, dataset)¶ Add a DataSet to this MultiDataSet. The dataset must be static and conform with the gate strings passed upon construction or those inherited from the first dataset added.
Parameters: - datasetName (string) – The name to give the added dataset (i.e. the key the new data set will be referenced by).
- dataset (DataSet) – The data set to add.