QGTResult

class qiskit.algorithms.gradients.QGTResult(qgts, derivative_type, metadata, options)[source]

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.