![]() |
(git:5f3bc36)
|
Functions/Subroutines | |
| subroutine, public | charge_mixing (mixing_method, mixing_store, charges, para_env, iter_count) |
| Driver for the charge mixing, calls the proper routine given the requested method. | |
| subroutine, public qs_charge_mixing::charge_mixing | ( | integer, intent(in) | mixing_method, |
| type(mixing_storage_type), pointer | mixing_store, | ||
| real(kind=dp), dimension(:, :), intent(inout) | charges, | ||
| type(mp_para_env_type), pointer | para_env, | ||
| integer, intent(in) | iter_count | ||
| ) |
Driver for the charge mixing, calls the proper routine given the requested method.
| mixing_method | ... |
| mixing_store | ... |
| charges | ... |
| para_env | ... |
| iter_count | ... |
Definition at line 41 of file qs_charge_mixing.F.