Skip to main contentIBM Quantum Documentation

EstimatorGradientResult

qiskit.algorithms.gradients.EstimatorGradientResult(gradients, metadata, options)

Bases: object (opens in a new tab)

Result of EstimatorGradient.


Attributes

gradients

list[numpy.ndarray]

The gradients of the expectation values.

metadata

list[dict[str, Any]]

Additional information about the job.

options

Options

Primitive runtime options for the execution of the job.

Was this page helpful?