Interface and algorithms for finding both stable and unstable periodic orbits of dynamical systems based on the DynamicalSystems.jl ecosystem.
Currently this is work in progress and the interface is being finalized. The package is not registered yet.
To install it, run import Pkg; Pkg.add(url = "https://github.com/JuliaDynamics/PeriodicOrbits.j")
.
All further information is provided in the documentation, which you can either find online or build locally by running the docs/make.jl
file.
Note: Throughout the documentation, "Periodic Orbit" is often abbreviated as "PO" for brevity.