SamplerGradientResult#

class qiskit.algorithms.gradients.SamplerGradientResult(gradients, metadata, options)[소스]#

기반 클래스: object

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.