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, |
|
|
type(cell_type), optional, pointer |
cell, |
|
|
type(cell_type), optional, pointer |
cell_ref, |
|
|
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 |
|
) |
| |