Closed zhanghaomiao closed 6 years ago
@trendelkampschroer Are these equations taken from some text book or have you derived these yourself?
You can find the equations for a transition matrix in the SI of this paper (copied below): http://www.pnas.org/content/106/45/19011
I don't think msmtools uses 1-forward committors to compute the backward committor unless you have a reversible matrix. The expression above is probably used to compute coefficients for the linear solver. If in doubt, please refer to the line of code.
@franknoe @marscher Thanks, I get it.
when the
backward_committor
is calculated, you use the adjoint of the generator matrixI Know when the transition probablity matrix is not reversible, the
backward_committor
is not1-forward_committor
, but howbackward_committor
is calculated in this way? I can't find any reference about it.