grad_t Derived Type

type, public :: grad_t

Derivatives with respect to various quantities


Contents


Components

TypeVisibility AttributesNameInitial
real(kind=dp), public, allocatable:: dcoords(:,:)
real(kind=dp), public, allocatable:: dlattice(:,:)
real(kind=dp), public, allocatable:: dalpha(:)
real(kind=dp), public, allocatable:: dalpha_dyn(:,:)
real(kind=dp), public, allocatable:: dC6(:)
real(kind=dp), public, allocatable:: dq(:)
real(kind=dp), public, allocatable:: dr_vdw(:)
real(kind=dp), public, allocatable:: domega(:)
real(kind=dp), public, allocatable:: dV(:)
real(kind=dp), public, allocatable:: dV_free(:)
real(kind=dp), public, allocatable:: dX_free(:)