core_charge_t Derived Type

type, public :: core_charge_t


Contents

Source Code


Components

TypeVisibility AttributesNameInitial
integer, public :: n_cont_derivs
real(kind=dp), public :: rcore
type(radfunc_t), public :: rho_core
type(ps_annotation_t), public :: annotation

Source Code

type, public :: core_charge_t
      integer         :: n_cont_derivs
      real(dp)        :: rcore
      type(radfunc_t) :: rho_core

      type(ps_annotation_t)           :: annotation
end type core_charge_t