Skip to main content
IBM Quantum Platform
Esta página pertenece a una versión antigua de Qiskit SDK y no existe en la versión más reciente. Te recomendamos que actualices a la última versión. Consulta las notas de la versión para obtener más información.

EstimatorGradientResult

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

GitHub

Bases: object

Result of EstimatorGradient.


Attributes

gradients

Tipo: list[numpy.ndarray]

The gradients of the expectation values.

metadata

Tipo: list[dict[str, Any]]

Additional information about the job.

options

Tipo: Options

Primitive runtime options for the execution of the job.

¿Le ha resultado útil esta página?
Informe de un error, de una errata o solicite contenido en GitHub.