From f839ff96bab948c9dcbcc97f5477f34fa5bceaeb Mon Sep 17 00:00:00 2001 From: Torkel Loman Date: Thu, 23 May 2024 15:16:45 -0400 Subject: [PATCH] Update src/steady_state_stability.jl Co-authored-by: Sam Isaacson --- src/steady_state_stability.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/steady_state_stability.jl b/src/steady_state_stability.jl index 8f97986c51..d544a8c638 100644 --- a/src/steady_state_stability.jl +++ b/src/steady_state_stability.jl @@ -40,7 +40,7 @@ form of maps. - Catalyst currently computes steady state stabilities using the naive approach of checking whether a system's largest eigenvalue real part is negative. While more advanced stability computation methods exist (and would be a welcome addition to Catalyst), there is no direct plans to implement -these. Furthermore, Catalyst uses a arbitrary tolerance tol ~ 1.5*10^-7 to determine whether a +these. Furthermore, Catalyst uses a tolerance `tol = 10*sqrt(eps())` to determine whether a computed eigenvalue is far away enough from 0 to be reliably used. This selected threshold can be changed through the `tol` argument. ``` """