German
Sprachen
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.algorithms.optimizers.SteppableOptimizer.wrap_function

static SteppableOptimizer.wrap_function(function, args)

Wrap the function to implicitly inject the args at the call of the function.

Parameter
  • function (func) – the target function

  • args (tuple) – the args to be injected

Rückgabe

wrapper

Rückgabetyp

function_wrapper