msmbuilder.tpt.fraction_visited(source, sink, waypoint, msm)¶Calculate the fraction of times a walker on tprob going from sources to sinks will travel through the set of states waypoints en route.
Computes the conditional committors q^{ABC^+} and uses them to find the fraction of paths mentioned above.
| Parameters: |
|
|---|---|
| Returns: | fraction_visited – The fraction of times a walker going from sources -> sinks stops by waypoints on its way. |
| Return type: | float |
See also
msmbuilder.tpt.conditional_committors()msmbuilder.tpt.hub_scores()References
| [1] | Dickson & Brooks (2012), J. Chem. Theory Comput., 8, 3044-3052. |