Home
last modified time | relevance | path

Searched refs:opt_dmfet_section (Results 1 – 4 of 4) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Doptimize_dmfet_potential.F56 SUBROUTINE read_opt_dmfet_section(opt_dmfet, opt_dmfet_section) argument
58 TYPE(section_vals_type), POINTER :: opt_dmfet_section local
62 CALL section_vals_val_get(opt_dmfet_section, "N_ITER", &
65 CALL section_vals_val_get(opt_dmfet_section, "TRUST_RAD", &
68 CALL section_vals_val_get(opt_dmfet_section, "DM_CONV_MAX", &
71 CALL section_vals_val_get(opt_dmfet_section, "DM_CONV_INT", &
74 CALL section_vals_val_get(opt_dmfet_section, "BETA_DM_CONV_MAX", &
77 CALL section_vals_val_get(opt_dmfet_section, "BETA_DM_CONV_INT", &
80 CALL section_vals_val_get(opt_dmfet_section, "READ_DMFET_POT", &
109 SUBROUTINE prepare_dmfet_opt(qs_env, opt_dmfet, opt_dmfet_section) argument
[all …]
H A Dforce_env_methods.F2028 TYPE(section_vals_type), POINTER :: dft_section, input, opt_dmfet_section local
2041 NULLIFY (dft_section, input, opt_dmfet_section)
2048 opt_dmfet_section => section_vals_get_subs_vals(input, &
2057 opt_dmfet, opt_dmfet_section)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Doptimize_dmfet_potential.F56 SUBROUTINE read_opt_dmfet_section(opt_dmfet, opt_dmfet_section) argument
58 TYPE(section_vals_type), POINTER :: opt_dmfet_section local
62 CALL section_vals_val_get(opt_dmfet_section, "N_ITER", &
65 CALL section_vals_val_get(opt_dmfet_section, "TRUST_RAD", &
68 CALL section_vals_val_get(opt_dmfet_section, "DM_CONV_MAX", &
71 CALL section_vals_val_get(opt_dmfet_section, "DM_CONV_INT", &
74 CALL section_vals_val_get(opt_dmfet_section, "BETA_DM_CONV_MAX", &
77 CALL section_vals_val_get(opt_dmfet_section, "BETA_DM_CONV_INT", &
80 CALL section_vals_val_get(opt_dmfet_section, "READ_DMFET_POT", &
109 SUBROUTINE prepare_dmfet_opt(qs_env, opt_dmfet, opt_dmfet_section) argument
[all …]
H A Dforce_env_methods.F1990 TYPE(section_vals_type), POINTER :: dft_section, input, opt_dmfet_section local
2003 NULLIFY (dft_section, input, opt_dmfet_section)
2010 opt_dmfet_section => section_vals_get_subs_vals(input, &
2019 opt_dmfet, opt_dmfet_section)