Use the Dijkstra algorithm for finding the shortest path connecting a set of source states from a set of sink states.
Parameters: | sources : array_like, int
sinks : array_like, int
net_flux : np.ndarray, shape = [n_states, n_states]
|
---|---|
Returns: | top_path : np.ndarray
flux : float
|
See also
References
[R60] | Weinan, E. and Vanden-Eijnden, E. Towards a theory of transition paths. J. Stat. Phys. 123, 503-523 (2006). |
[R61] | Metzner, P., Schutte, C. & Vanden-Eijnden, E. Transition path theory for Markov jump processes. Multiscale Model. Simul. 7, 1192-1219 (2009). |
[R62] | Berezhkovskii, A., Hummer, G. & Szabo, A. Reactive flux and folding pathways in network models of coarse-grained protein dynamics. J. Chem. Phys. 130, 205102 (2009). |
[R63] | Dijkstra, E. W. A Note on Two Problems in Connexion with Graphs. Numeriche Mathematik 1, 269-271 (1959). |