Go to the source code of this file.
|
| module | wiener_process |
| | Handling of the Wiener process currently employed in turn of the Langevin dynamics.
|
| |
|
| subroutine, public | wiener_process::create_wiener_process (md_env) |
| | Create a Wiener process for Langevin dynamics and initialize an independent random number generator for each atom in all force environment and all the subsystems/fragments therein.
|
| |
| subroutine, public | wiener_process::create_wiener_process_cv (meta_env) |
| | Create a Wiener process for Langevin dynamics used for metadynamics and initialize an independent random number generator for each COLVAR.
|
| |