Skip to main content
IBM Quantum Platform
このページは Qiskit SDK の旧バージョンからのものであり、最新バージョンには存在しません。 最新バージョンへの移行をお勧めします。 詳細については、リリースノートをご覧ください。

EstimatorGradientResult

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

GitHub

Bases: object

Result of EstimatorGradient.


Attributes

gradients

タイプ: list[numpy.ndarray]

The gradients of the expectation values.

metadata

タイプ: list[dict[str, Any]]

Additional information about the job.

options

タイプ: Options

Primitive runtime options for the execution of the job.

このページは役に立ちましたか?
バグや誤字の報告、またはコンテンツの要求はGitHubで行ってください。