Possible reference charges for D4
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | eeq | = | 1 |
Electronegativity equilibration charges |
|
integer, | public | :: | gfn2 | = | 2 |
GFN2-xTB Mulliken partial charges |
type :: enum_ref !> Electronegativity equilibration charges integer :: eeq = 1 !> GFN2-xTB Mulliken partial charges integer :: gfn2 = 2 end type enum_ref