pygsti.io.load_parameter_file

pygsti.io.load_parameter_file(filename)

Load a json-formatted parameter file.

Parameters:filename (string) – The name of the file to load.
Returns:The json file converted to a python dictionary.
Return type:dict