Computes the conditional committors \(q^{ABC^+}\) which are is the probability of starting in one state and visiting state B before A while also visiting state C at some point.
Note that in the notation of Dickson et. al. this computes \(h_c(A,B)\), with sources = A, sinks = B, waypoint = C
Parameters: | waypoint : int
source : int
sink : int
msm : msmbuilder.MarkovStateModel
|
---|---|
Returns: | cond_committors : np.ndarray
|
See also
Notes
Employs dense linear algebra, memory use scales as N^2, and cycle use scales as N^3
References
[R46] | Dickson & Brooks (2012), J. Chem. Theory Comput., 8, 3044-3052. |