qiskit.algorithms.optimizers.AQGD.wrap_function¶
- static AQGD.wrap_function(function, args)¶
Wrap the function to implicitly inject the args at the call of the function.
- Parámetros
function (func) – the target function
args (tuple) – the args to be injected
- Devuelve
wrapper
- Tipo del valor devuelto
function_wrapper