SamplerGradientResult
class qiskit.algorithms.gradients.SamplerGradientResult(gradients, metadata, options)
Bases: 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.
이 페이지가 도움이 되었습니까?
GitHub에서 버그, 오타를 보고하거나 컨텐츠를 요청하십시오.