chaotic_pfc.cli.sweep

Sweep Lyapunov exponents across (order, cutoff) grid.

Nested under chaotic-pfc run sweep ... with four sub-subcommands:

  • compute — run the actual numerical sweep for one or more (window, filter) combinations and save .npz checkpoints. Originally scripts/07_henon_sweep_compute.py.

  • plot — turn previously saved .npz checkpoints into the four standard classification figures. Originally scripts/08_henon_sweep_plot.py.

  • beta-sweep — run Kaiser β-sweeps across multiple β values.

  • plot-3d — render an interactive 3-D surface stack of Kaiser β-sweeps.

The two steps are kept separate so plotting iterations (label sizes, colour maps, format changes) do not require rerunning the multi-hour sweep.

Functions

add_parser(subparsers)

Register the run sweep group with its own sub-subcommands.

chaotic_pfc.cli.sweep.add_parser(subparsers)[source]

Register the run sweep group with its own sub-subcommands.

Parameters:

subparsers (_SubParsersAction)

Return type:

None