Functions/Subroutines | |
| subroutine | eschk (geom, dtnow, disto4, dist4, dm, escape) |
| Check if protein 2 escapes. It escapes at the c-surface or on z crteria if box. Called after the BD move. | |
Copyright (c) 2009, 2010, 2015, 2016, 2019 Heidelberg Institute of Theoretical Studies (HITS, www.h-its.org) Schloss-Wolfsbrunnenweg 35 69118 Heidelberg, Germany
Please send your contact address to get information on updates and new features to "mcmsoft@h-its.org". Questions will be answered as soon as possible.
References: see also http://mcm.h-its.org/sda7/do:c/doc_sda7/references.html:
Brownian dynamics simulation of protein-protein diffusional encounter. (1998) Methods, 14, 329-341.
SDA 7: A modular and parallel implementation of the simulation of diffusional association software. Journal of computational chemistry 36.21 (2015): 1631-1645.
Authors: M.Martinez, A.Muñiz-Chicharro, R.Beccaria N.J.Bruce, J.Romanowska, D.B.Kokh, P.Mereghetti, X. Yu, M. Ozboyaci, M. Reinhardt, P. Friedrich, R.R.Gabdoulline, S.Richter and R.C.Wade
check escape of solute 2.
| subroutine eschk | ( | type ( geometry ), intent(in) | geom, |
| real ( kind=8 ), intent(in) | dtnow, | ||
| real ( kind=4 ), intent(in) | disto4, | ||
| real ( kind=4 ), intent(in) | dist4, | ||
| real ( kind=8 ), intent(in) | dm, | ||
| logical, intent(out) | escape ) |
Check if protein 2 escapes.
It escapes at the c-surface or on z crteria if box.
Called after the BD move.
| geom | : instance of mod_geometry |
| dtnow | : instantaneous value of the timestep |
| disto4 | : distance before the BD move |
| dist4 | : distance to test |
| dm | : translational diffusion coeff. |
| escape | : return if escape or not |
1.15.0
Imprint/Privacy