# Overview of ODE solvers for complex-valued ODE

**URL:** https://discourse.julialang.org/t/overview-of-ode-solvers-for-complex-valued-ode/101017
**Category:** General Usage
**Tags:** differentialequation, complex-numbers
**Created:** [June 30, 2023, 1:18pm UTC](https://discourse.julialang.org/t/overview-of-ode-solvers-for-complex-valued-ode/101017 "2023-06-30T13:18:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![dnldlg](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dnldlg/32/209465_2.png) [@dnldlg](https://discourse.julialang.org/u/dnldlg)
#### Post date: [June 30, 2023, 1:18pm UTC](https://discourse.julialang.org/t/overview-of-ode-solvers-for-complex-valued-ode/101017/1 "2023-06-30T13:18:38Z")

</div>

Is there an overview such as [this page](https://docs.sciml.ai/DiffEqDocs/stable/solvers/ode_solve/) that lists all solver algorithms that are suitable for complex-valued ODEs?

---

<div class="post-metadata">

### Author: ![ChrisRackauckas](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chrisrackauckas/32/77_2.png) [@ChrisRackauckas](https://discourse.julialang.org/u/ChrisRackauckas)
#### Post date: [June 30, 2023, 6:01pm UTC](https://discourse.julialang.org/t/overview-of-ode-solvers-for-complex-valued-ode/101017/2 "2023-06-30T18:01:44Z")

</div>

There isn’t a list right now, no. The main thing is really stiff solvers just need to be ran with `autodiff=false`. BDF methods also have somewhat bad complex stability in comparison to the IRKs, so that’s one thing to note.
