qiskit.algorithms.optimizers.CRS.wrap_function¶ static CRS.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