result_t Derived Type

type, public :: result_t

Stores results from an MBD calculation


Contents


Components

TypeVisibility AttributesNameInitial
real(kind=dp), public :: energy
type(grad_t), public :: dE
real(kind=dp), public, allocatable:: mode_eigs(:)
real(kind=dp), public, allocatable:: modes(:,:)
real(kind=dp), public, allocatable:: rpa_orders(:)
real(kind=dp), public, allocatable:: mode_eigs_k(:,:)
complex(kind=dp), public, allocatable:: modes_k(:,:,:)
complex(kind=dp), public, allocatable:: modes_k_single(:,:)
real(kind=dp), public, allocatable:: rpa_orders_k(:,:)
real(kind=dp), public, allocatable:: alpha_0(:)
real(kind=dp), public, allocatable:: C6(:)