QFIResult
class qiskit.algorithms.gradients.QFIResult(qfis, metadata, options)
Bases: object
Result of QFI.
Attributes
qfis
タイプ: list[numpy.ndarray]
The QFI.
metadata
タイプ: list[dict[str, Any]]
Additional information about the job.
options
タイプ: Options
Primitive runtime options for the execution of the job.
このページは役に立ちましたか?
バグや誤字の報告、またはコンテンツの要求はGitHubで行ってください。