![]() |
(git:e68414f)
|
parse cp2k input files More...
Functions/Subroutines | |
| type(section_vals_type) function, pointer, public | read_input (input_declaration, file_path, initial_variables, para_env) |
| reads the cp2k input from the given filepath and returns a section_vals containing the input | |
parse cp2k input files
| type(section_vals_type) function, pointer, public input_cp2k_read::read_input | ( | type(section_type), pointer | input_declaration, |
| character(len=*), intent(in) | file_path, | ||
| character(len=*), dimension(:, :) | initial_variables, | ||
| type(mp_para_env_type), pointer | para_env | ||
| ) |
reads the cp2k input from the given filepath and returns a section_vals containing the input
| input_declaration | ... |
| file_path | path where the input should be read |
| initial_variables | ... |
| para_env | ... |
Definition at line 51 of file input_cp2k_read.F.