pygsti.report.Results.init_single¶
-
Results.
init_single
(objective, targetGateset, dataset, gatesetEstimate, gatestring_list, constrainToTP, gatesetEstimate_noGaugeOpt=None)¶ Initialize this Results object from the inputs and outputs of a single (non-iterative) GST method.
Parameters: - objective ({‘chi2’, ‘logl’}) – Whether gateset was obtained by minimizing chi^2 or maximizing the log-likelihood.
- targetGateset (GateSet) – The target gateset used when optimizing the objective.
- dataset (DataSet) – The dataset used when optimizing the objective.
- gatesetEstimate (GateSet) – The (single) gate set obtained which optimizes the objective.
- gatestring_list (list of GateStrings) – The list of gate strings used to optimize the objective.
- constrainToTP (boolean) – Whether or not the gatesetEstimate was constrained to lie within TP during the objective optimization.
- gatesetEstimate_noGaugeOpt (GateSet, optional) – The value of the estimated gate set before any gauge optimization was performed on it.
Returns: Return type: None