---
title: QGTResult (v0.46)
description: API reference for qiskit.algorithms.gradients.QGTResult in qiskit v0.46
source: https://eu-de.quantum.cloud.ibm.com/docs/en/api/qiskit/0.46/qiskit.algorithms.gradients.QGTResult
---

# QGTResult

*class* `qiskit.algorithms.gradients.QGTResult(qgts, derivative_type, metadata, options)`

[GitHub](https://github.com/qiskit/qiskit/tree/stable/0.46/qiskit/algorithms/gradients/base/qgt_result.py)

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

Result of QGT.

## Attributes

### qgts

Type: `list[numpy.ndarray]`

The QGT.

### derivative\_type

Type: `DerivativeType`

The type of derivative.

### metadata

Type: `list[dict[str, Any]]`

Additional information about the job.

### options

Type: `Options`

Primitive runtime options for the execution of the job.
