![]() |
(git:87fe8d4)
|
Callback used by global geometry optimization schemes. More...
Functions/Subroutines | |
| subroutine, public | glbopt_md_callback (mdctrl_data, md_env, should_stop) |
| Callback used to hook into the main MD-loop. It recognizes and counts bumps in the potential energy. When MD_BUMPS_MAX is reached, the MD simulations is stoped. | |
Callback used by global geometry optimization schemes.
| subroutine, public glbopt_callback::glbopt_md_callback | ( | type(glbopt_mdctrl_data_type), pointer | mdctrl_data, |
| type(md_environment_type), pointer | md_env, | ||
| logical, intent(inout) | should_stop | ||
| ) |
Callback used to hook into the main MD-loop. It recognizes and counts bumps in the potential energy. When MD_BUMPS_MAX is reached, the MD simulations is stoped.
| mdctrl_data | ... |
| md_env | ... |
| should_stop | ... |
Definition at line 43 of file glbopt_callback.F.