deeptime.markov.tools.flux.to_netflux¶
- deeptime.markov.tools.flux.to_netflux(flux)¶
Compute the netflux from the gross flux.
- Parameters:
flux ((M, M) ndarray) – Matrix of flux values between pairs of states.
- Returns:
netflux – Matrix of netflux values between pairs of states.
- Return type:
(M, M) ndarray
Notes
The netflux or effective current is defined as
see [1].
is the flux for the transition from to .
References