QGTResult
class qiskit.algorithms.gradients.QGTResult(qgts, derivative_type, metadata, options)
Bases: object
Result of QGT.
Attributes
qgts
유형: list[numpy.ndarray]
The QGT.
derivative_type
유형: DerivativeType
The type of derivative.
metadata
유형: list[dict[str, Any]]
Additional information about the job.
options
유형: Options
Primitive runtime options for the execution of the job.
이 페이지가 도움이 되었습니까?
GitHub에서 버그, 오타를 보고하거나 컨텐츠를 요청하십시오.