JuliaDynamics/DynamicalSystemsBase.jl

Rework trajectory to use arbitrary observables by utilizing `observe_state`

Open

#193 opened on Jan 30, 2024

 (0 comments) (0 reactions) (0 assignees)Julia (34 forks)auto 404
good first issueqol

Repository metrics

Stars
 (56 stars)
PR merge metrics
 (PR metrics pending)

Description

With the new introduction of the observe_state function, we can easily allow any index/observable/symbolic in the save_idxs argument of the trajectory function, allthewhile simplifying its source code as well!

Contributor guide