From 6f0f1749a4d772007c50931920af17f5ae37d90c Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Sat, 1 Feb 2025 12:10:50 -0500 Subject: [PATCH] Document flow_init in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f8baca5..b3cce7e 100644 --- a/README.md +++ b/README.md @@ -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 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