QFIResult
qiskit.algorithms.gradients.QFIResult(qfis, metadata, options)
Bases: object
(opens in a new tab)
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.
Was this page helpful?