Skip to main content
IBM Quantum Platform
Esta página pertence a uma versão antiga do site Qiskit SDK e não existe na versão mais recente. Recomendamos que você migre para a versão mais recente. Consulte as notas sobre a liberação para obter mais informações.

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.

Esta página foi útil?
Relate um bug, erro de digitação ou solicite conteúdo no GitHub.