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.