![]() |
(git:07c9450)
|
Functions/Subroutines | |
| subroutine, public | optimize_basis_init_read_input (opt_bas, root_section, para_env) |
| initialize all parts of the optimization type and read input settings | |
| subroutine, public | get_set_and_basis_id (calc_id, opt_bas, set_id, bas_id) |
| returns a mapping from the calculation id to the trainings set id and basis combination id | |
| subroutine, public | update_derived_basis_sets (opt_bas, write_it, output_file, para_env) |
| Regenerate the basis sets from reference 0 after an update from the optimizer to reference was performed, and print basis file if required. | |
| subroutine, public optimize_basis_utils::optimize_basis_init_read_input | ( | type(basis_optimization_type) | opt_bas, |
| type(section_vals_type), pointer | root_section, | ||
| type(mp_para_env_type), pointer | para_env | ||
| ) |
initialize all parts of the optimization type and read input settings
| opt_bas | ... |
| root_section | ... |
| para_env | ... |
Definition at line 59 of file optimize_basis_utils.F.
| subroutine, public optimize_basis_utils::get_set_and_basis_id | ( | integer | calc_id, |
| type(basis_optimization_type) | opt_bas, | ||
| integer | set_id, | ||
| integer | bas_id | ||
| ) |
returns a mapping from the calculation id to the trainings set id and basis combination id
| calc_id | ... |
| opt_bas | ... |
| set_id | ... |
| bas_id | ... |
Definition at line 222 of file optimize_basis_utils.F.
| subroutine, public optimize_basis_utils::update_derived_basis_sets | ( | type(basis_optimization_type) | opt_bas, |
| logical | write_it, | ||
| character(len=default_path_length) | output_file, | ||
| type(mp_para_env_type), pointer | para_env | ||
| ) |
Regenerate the basis sets from reference 0 after an update from the optimizer to reference was performed, and print basis file if required.
| opt_bas | ... |
| write_it | ... |
| output_file | ... |
| para_env | ... |
Definition at line 342 of file optimize_basis_utils.F.