![]() |
(git:73f2880)
|
Performs the metadynamics calculation. More...
Functions/Subroutines | |
| subroutine, public | metadyn_read (meta_env, force_env, root_section, para_env, fe_section) |
| reads metadynamics section | |
| subroutine, public | synchronize_multiple_walkers (multiple_walkers, hills_env, colvars, n_colvar, metadyn_section) |
| Synchronize with the rest of the walkers. | |
| subroutine, public | add_hill_single (hills_env, colvars, ww, n_hills, n_colvar, invdt) |
| Add a single Hill. | |
| subroutine, public | restart_hills (ss_history, delta_s_history, ww_history, ww, n_hills, n_colvar, colvars, metadyn_section, invdt_history) |
| Restart Hills Information. | |
| subroutine, public | get_meta_iter_level (meta_env, iter_nr) |
| Retrieves the iteration level for the metadynamics loop. | |
| subroutine, public | meta_walls (meta_env) |
| ... | |
Performs the metadynamics calculation.
| subroutine, public metadynamics_utils::metadyn_read | ( | type(meta_env_type), pointer | meta_env, |
| type(force_env_type), pointer | force_env, | ||
| type(section_vals_type), pointer | root_section, | ||
| type(mp_para_env_type), pointer | para_env, | ||
| type(section_vals_type), optional, pointer | fe_section | ||
| ) |
reads metadynamics section
| meta_env | ... |
| force_env | ... |
| root_section | ... |
| para_env | ... |
| fe_section | ... |
Definition at line 83 of file metadynamics_utils.F.
| subroutine, public metadynamics_utils::synchronize_multiple_walkers | ( | type(multiple_walkers_type), pointer | multiple_walkers, |
| type(hills_env_type), pointer | hills_env, | ||
| type(metavar_type), dimension(:), pointer | colvars, | ||
| integer, intent(in) | n_colvar, | ||
| type(section_vals_type), pointer | metadyn_section | ||
| ) |
Synchronize with the rest of the walkers.
| multiple_walkers | ... |
| hills_env | ... |
| colvars | ... |
| n_colvar | ... |
| metadyn_section | ... |
Definition at line 507 of file metadynamics_utils.F.
| subroutine, public metadynamics_utils::add_hill_single | ( | type(hills_env_type), pointer | hills_env, |
| type(metavar_type), dimension(:), pointer | colvars, | ||
| real(kind=dp), intent(in) | ww, | ||
| integer, intent(inout) | n_hills, | ||
| integer, intent(in) | n_colvar, | ||
| real(kind=dp), intent(in), optional | invdt | ||
| ) |
Add a single Hill.
| hills_env | ... |
| colvars | ... |
| ww | ... |
| n_hills | ... |
| n_colvar | ... |
| invdt | ... |
Definition at line 654 of file metadynamics_utils.F.
| subroutine, public metadynamics_utils::restart_hills | ( | real(kind=dp), dimension(:, :), pointer | ss_history, |
| real(kind=dp), dimension(:, :), pointer | delta_s_history, | ||
| real(kind=dp), dimension(:), pointer | ww_history, | ||
| real(kind=dp) | ww, | ||
| integer, intent(in) | n_hills, | ||
| integer, intent(in) | n_colvar, | ||
| type(metavar_type), dimension(:), pointer | colvars, | ||
| type(section_vals_type), pointer | metadyn_section, | ||
| real(kind=dp), dimension(:), optional, pointer | invdt_history | ||
| ) |
Restart Hills Information.
| ss_history | ... |
| delta_s_history | ... |
| ww_history | ... |
| ww | ... |
| n_hills | ... |
| n_colvar | ... |
| colvars | ... |
| metadyn_section | ... |
| invdt_history | ... |
Definition at line 733 of file metadynamics_utils.F.
| subroutine, public metadynamics_utils::get_meta_iter_level | ( | type(meta_env_type), pointer | meta_env, |
| integer, intent(out) | iter_nr | ||
| ) |
Retrieves the iteration level for the metadynamics loop.
| meta_env | ... |
| iter_nr | ... |
Definition at line 864 of file metadynamics_utils.F.
| subroutine, public metadynamics_utils::meta_walls | ( | type(meta_env_type), pointer | meta_env | ) |
...
| meta_env | ... |
Definition at line 883 of file metadynamics_utils.F.