enum_ref Derived Type

type, private :: enum_ref

Possible reference charges for D4


Components

Type Visibility Attributes Name Initial
integer, public :: eeq = 1

Electronegativity equilibration charges

integer, public :: gfn2 = 2

GFN2-xTB Mulliken partial charges


Source Code

   type :: enum_ref

      !> Electronegativity equilibration charges
      integer :: eeq = 1

      !> GFN2-xTB Mulliken partial charges
      integer :: gfn2 = 2

   end type enum_ref