pygsti.report.get_logl_progress_table

pygsti.report.get_logl_progress_table(Ls, gatesetsByL, gateStringsByL, dataset)

Create a table showing how the log-likelihood changes with GST iteration.

Parameters:
  • Ls (list of integers) – List of L-values (typically maximum lengths or exponents) used to construct the gate string lists for different iterations of GST.
  • gatesetsByL (list of GateSets) – The GateSet corresponding to each iteration of GST.
  • gateStringsByL (list of lists of GateStrings) – The list of gate strings used at each iteration of GST.
  • dataset (DataSet) – The data set used in the GST iterations.
Returns:

Return type:

ReportTable