Skip to content

Start

Start here

Three pages: installation, a complete worked example covering all three system families, and the concepts everything else builds on. They are the only prerequisites for the rest of the documentation.

  • Install


    Installation with pip or uv, the C compiler requirement for JIT-compiled integration, and the optional extras.

  • First trajectory


    A complete worked example: integrate the Lorenz system, compute its Lyapunov spectrum, iterate the Hénon map, and integrate a delay equation with a history function.

  • The mental model


    A system is a params dict, a dimension, and one method. The three subclass contracts, the compile-once cache, the System protocol, and the registry.