iqm.benchmarks.compressive_gst.gst_analysis.result_str_to_floats

iqm.benchmarks.compressive_gst.gst_analysis.result_str_to_floats#

iqm.benchmarks.compressive_gst.gst_analysis.result_str_to_floats(result_str: str, err: str) Tuple[float, float]#

Converts formated string results from mgst to float (value, uncertainty) pairs

Parameters:
  • result_str (str) – str The value of a result parameter formated as str

  • err (str) – str The error interval of the parameters

Returns:

float

The parameter value as floar

uncertainty: float

A single uncertainty value

Return type:

value