![]() |
(git:b77b4be)
|
methods of pw_env that have dependence on qs_env More...
Functions/Subroutines | |
subroutine, public | pw_env_create (pw_env) |
creates a pw_env, if qs_env is given calls pw_env_rebuild | |
subroutine, public | pw_env_rebuild (pw_env, qs_env, external_para_env) |
rebuilds the pw_env data (necessary if cell or cutoffs change) | |
methods of pw_env that have dependence on qs_env
subroutine, public pw_env_methods::pw_env_create | ( | type(pw_env_type), pointer | pw_env | ) |
creates a pw_env, if qs_env is given calls pw_env_rebuild
pw_env | the pw_env that gets created |
Definition at line 130 of file pw_env_methods.F.
subroutine, public pw_env_methods::pw_env_rebuild | ( | type(pw_env_type), pointer | pw_env, |
type(qs_environment_type), pointer | qs_env, | ||
type(mp_para_env_type), intent(in), optional, target | external_para_env | ||
) |
rebuilds the pw_env data (necessary if cell or cutoffs change)
pw_env | the environment to rebuild |
qs_env | the qs_env where to get the cell, cutoffs,... |
external_para_env | ... |
Definition at line 161 of file pw_env_methods.F.