qiskit.algorithms.optimizers.QNSPSA.wrap_function¶ static QNSPSA.wrap_function(function, args)¶ Wrap the function to implicitly inject the args at the call of the function. パラメータ function (func) – the target function args (tuple) – the args to be injected 戻り値 wrapper 戻り値の型 function_wrapper