DriverEnum

class qcelemental.models.DriverEnum(value)[source]

Bases: str, Enum

Allowed computation driver values.

Attributes Summary

energy

gradient

hessian

properties

Methods Summary

derivative_int()

Attributes Documentation

energy = 'energy'
gradient = 'gradient'
hessian = 'hessian'
properties = 'properties'

Methods Documentation

derivative_int()[source]