Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | nshells | ||||
real(kind=dp), | public | :: | total_charge | ||||
integer, | public, | dimension(MAXN_SHELLS) | :: | n | |||
character(len=1), | public, | dimension(MAXN_SHELLS) | :: | l | |||
real(kind=dp), | public, | dimension(MAXN_SHELLS) | :: | occ | |||
real(kind=dp), | public, | dimension(MAXN_SHELLS) | :: | occ_up | |||
real(kind=dp), | public, | dimension(MAXN_SHELLS) | :: | occ_down | |||
type(assoc_list_t), | public | :: | annotation |
type, public :: config_val_t
integer :: nshells
real(kind=dp) :: total_charge
integer, dimension(MAXN_SHELLS) :: n
character(len=1), dimension(MAXN_SHELLS) :: l
real(dp), dimension(MAXN_SHELLS) :: occ
real(dp), dimension(MAXN_SHELLS) :: occ_up
real(dp), dimension(MAXN_SHELLS) :: occ_down
!
type(ps_annotation_t) :: annotation
end type config_val_t