qiskit.algorithms.optimizers.Optimizer.wrap_function¶ static Optimizer.wrap_function(function, args)[source]¶ Wrap the function to implicitly inject the args at the call of the function. Paramètres function (func) – the target function args (tuple) – the args to be injected Renvoie wrapper Type renvoyé function_wrapper