type_lloyd Derived Type

type, public :: type_lloyd

Type holding information needed for lloyd such as derivatives of single site t-matrix, reference GF or the trace of alpha matrix and


Components

Type Visibility Attributes Name Initial
logical, public :: dtmat_to_file = .false.
logical, public :: tralpha_to_file = .false.
logical, public :: cdos_diff_lly_to_file = .false.
logical, public :: dgref_to_file = .false.
logical, public :: g0tr_to_file = .false.
integer, public :: n1 = 6
complex(kind=dp), public, dimension(:), allocatable :: g0tr
complex(kind=dp), public, dimension(:), allocatable :: tralpha
complex(kind=dp), public, dimension(:,:), allocatable :: cdos
complex(kind=dp), public, dimension(:,:,:), allocatable :: dtmat
complex(kind=dp), public, dimension(:,:,:,:), allocatable :: dgref