iqm.benchmarks.randomized_benchmarking.randomized_benchmarking_common.lmfit_minimizer#
- iqm.benchmarks.randomized_benchmarking.randomized_benchmarking_common.lmfit_minimizer(fit_parameters: Parameters, fit_data: ndarray, depths: List[int], func: Callable) MinimizerResult #
- Parameters:
fit_parameters (Parameters) – the parameters to fit
fit_data (np.ndarray) – the data to fit
depths (List[int]) – the depths of the RB experiment
func (Callable) – the model function for fitting
- Returns:
the result of the minimization
- Return type:
MinimizerResult