![]() |
(git:d18deda)
|
initializes the environment for lri lri : local resolution of the identity More...
Functions/Subroutines | |
subroutine, public | lri_env_init (lri_env, lri_section) |
initializes the lri env | |
subroutine, public | lri_env_basis (ri_type, qs_env, lri_env, qs_kind_set) |
initializes the lri env | |
subroutine, public | lri_basis_init (lri_env) |
initializes the lri basis: calculates the norm, self-overlap and integral of the ri basis | |
initializes the environment for lri lri : local resolution of the identity
subroutine, public lri_environment_init::lri_env_init | ( | type(lri_environment_type), pointer | lri_env, |
type(section_vals_type), pointer | lri_section | ||
) |
initializes the lri env
lri_env | ... |
lri_section | ... |
Definition at line 64 of file lri_environment_init.F.
subroutine, public lri_environment_init::lri_env_basis | ( | character(len=*), intent(in) | ri_type, |
type(qs_environment_type), pointer | qs_env, | ||
type(lri_environment_type), pointer | lri_env, | ||
type(qs_kind_type), dimension(:), pointer | qs_kind_set | ||
) |
initializes the lri env
ri_type | ... |
qs_env | ... |
lri_env | ... |
qs_kind_set | ... |
Definition at line 125 of file lri_environment_init.F.
subroutine, public lri_environment_init::lri_basis_init | ( | type(lri_environment_type), pointer | lri_env | ) |
initializes the lri basis: calculates the norm, self-overlap and integral of the ri basis
lri_env | ... |
Definition at line 337 of file lri_environment_init.F.