LyapunovExponents.jl

A hackable Lyapunov exponents calculator
Author tkf
Popularity
7 Stars
Updated Last
3 Years Ago
Started In
January 2018

LyapunovExponents.jl --- A hackable Lyapunov exponents calculator

Build Status Coverage Status codecov.io

The aim of LyapunovExponents.jl is to provide an efficient research platform for computations related to Lyapunov exponents. This is (planned to be) achieved by exposing low-level APIs to Lyapunov exponents calculation.

At the moment, LyapunovExponents.jl is still at the very early stage of development and nowhere close to providing a stable API.

Features

Implemented:

Wanted list:

  • Delay differential equations.
  • Partial differential equations.
  • Stochastic dynamical systems.
  • Poincaré map.

Related works

  • ChaosTools.jl from the DynamicalSystems.jl ecosystem is another Julia library which provides easy-to-use, clearly written, well-tested, and well-documented Lyapunov exponents calculation.
  • eom is a Rust library which provides Lyapunov exponents and Covariant Lyapunov vectors calculation, on top of configurable ODE/PDE solvers.
  • (I'm sure there are more...)

License

The LyapunovExponents.jl package is licensed under the MIT "Expat" License. See LICENSE.md file.