![]() |
(git:b77b4be)
|
Parametrization based on GTH pseudo potentials. More...
Functions/Subroutines | |
subroutine, public | pao_param_init_gth (pao, qs_env) |
Initialize the linear potential parametrization. | |
subroutine, public | pao_param_finalize_gth (pao) |
Finalize the GTH potential parametrization. | |
subroutine, public | pao_calc_ab_gth (pao, qs_env, ls_scf_env, gradient, penalty) |
Takes current matrix_X and calculates the matrices A and B. | |
subroutine, public | pao_param_count_gth (qs_env, ikind, nparams) |
Returns the number of parameters for given atomic kind. | |
subroutine, public | pao_param_initguess_gth (pao) |
Calculate initial guess for matrix_X. | |
Parametrization based on GTH pseudo potentials.
subroutine, public pao_param_gth::pao_param_init_gth | ( | type(pao_env_type), pointer | pao, |
type(qs_environment_type), pointer | qs_env | ||
) |
Initialize the linear potential parametrization.
pao | ... |
qs_env | ... |
Definition at line 57 of file pao_param_gth.F.
subroutine, public pao_param_gth::pao_param_finalize_gth | ( | type(pao_env_type), pointer | pao | ) |
Finalize the GTH potential parametrization.
pao | ... |
Definition at line 137 of file pao_param_gth.F.
subroutine, public pao_param_gth::pao_calc_ab_gth | ( | type(pao_env_type), pointer | pao, |
type(qs_environment_type), pointer | qs_env, | ||
type(ls_scf_env_type), target | ls_scf_env, | ||
logical, intent(in) | gradient, | ||
real(dp), intent(inout), optional | penalty | ||
) |
Takes current matrix_X and calculates the matrices A and B.
pao | ... |
qs_env | ... |
ls_scf_env | ... |
gradient | ... |
penalty | ... |
Definition at line 249 of file pao_param_gth.F.
subroutine, public pao_param_gth::pao_param_count_gth | ( | type(qs_environment_type), pointer | qs_env, |
integer, intent(in) | ikind, | ||
integer, intent(out) | nparams | ||
) |
Returns the number of parameters for given atomic kind.
qs_env | ... |
ikind | ... |
nparams | ... |
Definition at line 412 of file pao_param_gth.F.
subroutine, public pao_param_gth::pao_param_initguess_gth | ( | type(pao_env_type), pointer | pao | ) |
Calculate initial guess for matrix_X.
pao | ... |
Definition at line 508 of file pao_param_gth.F.