deeptime.markov.tools.flux.flux_production

deeptime.markov.tools.flux.flux_production(F)

Returns the net flux production for all states

Parameters:

F ((M, M) ndarray) – Matrix of flux values between pairs of states.

Returns:

prod – Array containing flux production (positive) or consumption (negative) at each state

Return type:

(M,) ndarray