lmoffatt / macro_dr

GNU General Public License v3.0
1 stars 1 forks source link

calc_Qdt using eigenvalues sometimes fails #6

Closed lmoffatt closed 11 months ago

lmoffatt commented 11 months ago

The idea is that the eigendecomposition sometimes produces a wrong Equilibrium transition probability I should discard those decomposition and use the bisecting method instead.

The good thing is that to_Transition_Probability detects failures (basically with zero transitions)

lmoffatt commented 11 months ago

So the new calc_Qt will try first eigenvalues and if it fails, it will try Taylor and bisecting.