QGTResult¶ class QGTResult(qgts, derivative_type, metadata, precision)[source]¶ Bases: object Result of QGT. Attributes qgts: list[ndarray]¶ The QGT. derivative_type: DerivativeType¶ The type of derivative. metadata: list[dict[str, Any]] | list[list[dict[str, Any]]]¶ Additional information about the job. precision: float | Sequence[float]¶ Precision for the execution of the job.