Hessian calculation keywords
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=dp), | public | :: | displacement | = | DEFAULT_DISPLACEMENT |
Finite difference displacement (Bohr) |
|
| real(kind=dp), | public | :: | pressure | = | DEFAULT_PRESSURE |
Pressure for thermochemistry (atm) |
|
| real(kind=dp), | public | :: | temperature | = | DEFAULT_TEMPERATURE |
Temperature for thermochemistry (K) |
type :: hessian_keywords_t !! Hessian calculation keywords real(dp) :: displacement = DEFAULT_DISPLACEMENT !! Finite difference displacement (Bohr) real(dp) :: temperature = DEFAULT_TEMPERATURE !! Temperature for thermochemistry (K) real(dp) :: pressure = DEFAULT_PRESSURE !! Pressure for thermochemistry (atm) end type hessian_keywords_t