![]() |
(git:9754b87)
|
Functions/Subroutines | |
subroutine, public | gspace_mixing (qs_env, mixing_method, mixing_store, rho, para_env, iter_count) |
Driver for the g-space mixing, calls the proper routine given the requested method. | |
subroutine, public qs_gspace_mixing::gspace_mixing | ( | type(qs_environment_type), pointer | qs_env, |
integer | mixing_method, | ||
type(mixing_storage_type), pointer | mixing_store, | ||
type(qs_rho_type), pointer | rho, | ||
type(mp_para_env_type), pointer | para_env, | ||
integer | iter_count | ||
) |
Driver for the g-space mixing, calls the proper routine given the requested method.
qs_env | ... |
mixing_method | ... |
mixing_store | ... |
rho | ... |
para_env | ... |
iter_count | ... |
Definition at line 63 of file qs_gspace_mixing.F.