Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK. Go to the latest version.

TellData

class TellData(eval_fun=None, eval_jac=None)

GitHub

Bases: abc.ABC

Base class for argument type of tell().

Parameters

  • eval_fun (Union[float, List[float], None]) – Image of the function at x_fun.
  • eval_jac (Union[float, ndarray, List[Union[float, ndarray]], None]) – Image of the gradient-jacobian at x_jac.

Attributes

eval_fun

Type: Optional[Union[float, List[float]]]

Default value: None

eval_jac

Type: Optional[Union[float, numpy.ndarray, List[Union[float, numpy.ndarray]]]]

Default value: None

Was this page helpful?
Report a bug or request content on GitHub.