function thomas_attractor¶
- deeptime.data.thomas_attractor(b: float = 0.15, h: float = 0.001, n_steps: int = 1000)¶
The Thomas attractor. [1]
It lives in three dimensions and is generated by the dynamical system
with a free parameter , determining the dissipativity of the system. A value of yields a single stable equilibrium, at values of the system has at least two attractive fixed points.
(Source code, png, hires.png, pdf)
- Parameters:
b (float) – Dissipativity.
h (float) – Step size for the integrator.
n_steps (int) – Number of integration steps per evaluation / recording of the state.
- Returns:
system – The system.
- Return type:
References