EstimatorGradientResult¶ class EstimatorGradientResult(gradients, metadata, precision)[source]¶ Bases: object Result of EstimatorGradient. Attributes gradients: list[ndarray]¶ The gradients of the expectation values. metadata: list[dict[str, Any]]¶ Additional information about the job. precision: float | Sequence[float]¶ Precision for the execution of the job.