![]() |
(git:f56c6e3)
|
Routines to read the binary restart file of CP2K. More...
Functions/Subroutines | |
| subroutine, public | read_binary_coordinates (topology, root_section, para_env, subsys_section, binary_file_read) |
| Read the input section &COORD from an external file written in binary format. | |
| subroutine, public | read_binary_cs_coordinates (prefix, particle_set, root_section, subsys_section, binary_file_read) |
| Read the input section &CORE_COORD or &SHELL_COORD from an external file written in binary format. | |
| subroutine, public | read_binary_velocities (prefix, particle_set, root_section, para_env, subsys_section, binary_file_read) |
| Read the input section &VELOCITY, &CORE_VELOCITY, or &SHELL_VELOCITY from an external file written in binary format. | |
| subroutine, public | read_binary_thermostats_nose (prefix, nhc, binary_restart_file_name, restart, para_env) |
| Read the input section &THERMOSTAT for Nose thermostats from an external file written in binary format. | |
Routines to read the binary restart file of CP2K.
| subroutine, public input_cp2k_binary_restarts::read_binary_coordinates | ( | type(topology_parameters_type) | topology, |
| type(section_vals_type), pointer | root_section, | ||
| type(mp_para_env_type), pointer | para_env, | ||
| type(section_vals_type), pointer | subsys_section, | ||
| logical, intent(out) | binary_file_read | ||
| ) |
Read the input section &COORD from an external file written in binary format.
| topology | ... |
| root_section | ... |
| para_env | ... |
| subsys_section | ... |
| binary_file_read | ... |
Definition at line 68 of file input_cp2k_binary_restarts.F.
| subroutine, public input_cp2k_binary_restarts::read_binary_cs_coordinates | ( | character(len=*), intent(in) | prefix, |
| type(particle_type), dimension(:), pointer | particle_set, | ||
| type(section_vals_type), pointer | root_section, | ||
| type(section_vals_type), pointer | subsys_section, | ||
| logical, intent(out) | binary_file_read | ||
| ) |
Read the input section &CORE_COORD or &SHELL_COORD from an external file written in binary format.
| prefix | ... |
| particle_set | ... |
| root_section | ... |
| subsys_section | ... |
| binary_file_read | ... |
Definition at line 295 of file input_cp2k_binary_restarts.F.
| subroutine, public input_cp2k_binary_restarts::read_binary_velocities | ( | character(len=*), intent(in) | prefix, |
| type(particle_type), dimension(:), pointer | particle_set, | ||
| type(section_vals_type), pointer | root_section, | ||
| type(mp_para_env_type), pointer | para_env, | ||
| type(section_vals_type), pointer | subsys_section, | ||
| logical, intent(out) | binary_file_read | ||
| ) |
Read the input section &VELOCITY, &CORE_VELOCITY, or &SHELL_VELOCITY from an external file written in binary format.
| prefix | ... |
| particle_set | ... |
| root_section | ... |
| para_env | ... |
| subsys_section | ... |
| binary_file_read | ... |
Definition at line 491 of file input_cp2k_binary_restarts.F.
| subroutine, public input_cp2k_binary_restarts::read_binary_thermostats_nose | ( | character(len=*), intent(in) | prefix, |
| type(lnhc_parameters_type), pointer | nhc, | ||
| character(len=*), intent(in) | binary_restart_file_name, | ||
| logical, intent(out) | restart, | ||
| type(mp_para_env_type), pointer | para_env | ||
| ) |
Read the input section &THERMOSTAT for Nose thermostats from an external file written in binary format.
| prefix | ... |
| nhc | ... |
| binary_restart_file_name | ... |
| restart | ... |
| para_env | ... |
Definition at line 675 of file input_cp2k_binary_restarts.F.