EstimatorGradientResult#

class EstimatorGradientResult(gradients, metadata, options)[source]#

Bases: object

Result of EstimatorGradient.

Attributes

gradients: list[np.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.