You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this problem by using the AutoTsit5(Rosenbrock23()) on shordinger function (an equation that has a complex valued state), basically it seems the following line
Not much. In some very numerically ill-conditioned problems it can matter, but most tests show little performance difference. It's really just a safety difference.
I ran into this problem by using the
AutoTsit5(Rosenbrock23())
on shordinger function (an equation that has a complex valued state), basically it seems the following lineSparseDiffTools.jl/src/differentiation/compute_jacobian_ad.jl
Line 29 in fb09091
won't run if
x
is complex-valued. I'm not sure how should this be generalized however...The text was updated successfully, but these errors were encountered: