pygsti.io.readers.read_time_dependent_dataset#
- read_time_dependent_dataset(filename, cache=False, record_zero_counts=True)#
Load time-dependent (time-stamped) data as a DataSet.
- Parameters:
filename (string) – The name of the file
cache (bool, optional) – Reserved to perform caching similar to read_dataset. Currently this argument doesn’t do anything.
record_zero_counts (bool, optional) – Whether zero-counts are actually recorded (stored) in the returned DataSet. If False, then zero counts are ignored, except for potentially registering new outcome labels.
- Return type: