pygsti.ioΒΆ
Gate Set Tomography Input/Output Python Package
Functions
load_dataset (filename[, cache]) |
Load a DataSet from a file. |
load_gateset (filename) |
Load a GateSet from a file, formatted using the standard text-format for gate sets. |
load_gatestring_dict (filename) |
Load a gate string dictionary from a file, formatted using the standard text-format. |
load_gatestring_list (filename[, readRawStrings]) |
Load a gate string list from a file, formatted using the standard text-format. |
load_multidataset (filename[, cache]) |
Load a MultiDataSet from a file. |
load_parameter_file (filename) |
Load a json-formatted parameter file. |
read_gateset (filename) |
Parse a gateset file into a GateSet object. |
write_dataset (filename, dataset[, ...]) |
Write a text-formatted dataset file. |
write_empty_dataset (filename, gatestring_list) |
Write an empty dataset file to be used as a template. |
write_gateset (gs, filename[, title]) |
Write a text-formatted gate set file. |
write_gatestring_list (filename, gatestring_list) |
Write a text-formatted gate string list file. |
write_multidataset (filename, multidataset[, ...]) |
Write a text-formatted multi-dataset file. |
write_parameter_file (filename, params) |
Write a json-formatted parameter file. |
Classes
StdInputParser () |
Encapsulates a text parser for reading GST input files. |