openff.bespokefit.executor.services.qcgenerator.models.QCGeneratorGETResponse

model openff.bespokefit.executor.services.qcgenerator.models.QCGeneratorGETResponse[source]

Bases: Link

The object model returned by a GET request.

Fields
field type: Literal['torsion1d', 'optimization', 'hessian'] [Required]

The type of QC calculation being run.

field status: Literal['waiting', 'running', 'errored', 'success'] = 'waiting'

The status of the QC calculation.

field result: Optional[Union[qcelemental.models.results.AtomicResult, qcelemental.models.procedures.OptimizationResult, qcelemental.models.procedures.TorsionDriveResult, qcelemental.models.common_models.FailedOperation]] [Required]

The result of the QC calculation if any was produced.

field error: Optional[str] [Required]

The error raised while running the QC calculation if any.

Links to resources associated with the model.