Document flow_init in readme

This commit is contained in:
Ian Jauslin 2025-02-01 12:10:50 -05:00
parent 03c2d1b02a
commit 6f0f1749a4

View File

@ -161,6 +161,11 @@ should be a `;` sperated list of `key=value` pairs. The possible keys are
be `RK4` for Runge-Kutta 4 (default) or `RK2` for Runge-Kutta 2. Adaptive be `RK4` for Runge-Kutta 4 (default) or `RK2` for Runge-Kutta 2. Adaptive
step algorithms cannot be used for the tangent flow. step algorithms cannot be used for the tangent flow.
* `init_flow` (`identity` or `file` (default)): if set to `file`, then read the
initial condition for the tangent flow (used for the Lyapunov exponent
computation) from the init file (the same as for `init`, which needs to be
specified). Otherwise, the flow is initialized as the identity matrix.
# Interrupting and resuming the computation # Interrupting and resuming the computation