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.

SamplerGradientResult

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

GitHub

Bases: object

Result of SamplerGradient.


Attributes

gradients

Tipo: list[list[dict[int, float]]]

The gradients of the sample probabilities.

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.