when reading binary init, only read u unless using the 'resume' command.

In particular, removed the 'init_flow' parameter
This commit is contained in:
2025-02-03 14:11:53 -05:00
parent 89791be6d6
commit 8a1f3987f4
3 changed files with 18 additions and 36 deletions

View File

@@ -161,11 +161,6 @@ 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