![]() |
(git:d749a20)
|
Functions/Subroutines | |
| subroutine, public | qs_init (qs_env, para_env, root_section, globenv, cp_subsys, kpoint_env, qmmm, qmmm_env_qm, force_env_section, subsys_section, use_motion_section, silent) |
| Read the input and the database files for the setup of the QUICKSTEP environment. | |
| subroutine, public qs_environment::qs_init | ( | type(qs_environment_type), pointer | qs_env, |
| type(mp_para_env_type), pointer | para_env, | ||
| type(section_vals_type), optional, pointer | root_section, | ||
| type(global_environment_type), optional, pointer | globenv, | ||
| type(cp_subsys_type), optional, pointer | cp_subsys, | ||
| type(kpoint_type), optional, pointer | kpoint_env, | ||
| logical, intent(in), optional | qmmm, | ||
| type(qmmm_env_qm_type), optional, pointer | qmmm_env_qm, | ||
| type(section_vals_type), pointer | force_env_section, | ||
| type(section_vals_type), pointer | subsys_section, | ||
| logical, intent(in) | use_motion_section, | ||
| logical, intent(in), optional | silent | ||
| ) |
Read the input and the database files for the setup of the QUICKSTEP environment.
| qs_env | ... |
| para_env | ... |
| root_section | ... |
| globenv | ... |
| cp_subsys | ... |
| kpoint_env | ... |
| qmmm | ... |
| qmmm_env_qm | ... |
| force_env_section | ... |
| subsys_section | ... |
| use_motion_section | ... |
| silent | ... |
Definition at line 251 of file qs_environment.F.