SamplerGradientResult
qiskit.algorithms.gradients.SamplerGradientResult(gradients, metadata, options)
Bases: object
(opens in a new tab)
Result of SamplerGradient.
Attributes
gradients
list[list[dict[int, float]]]
The gradients of the sample probabilities.
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?