function triple_well_1d¶
- deeptime.data.triple_well_1d(h=0.001, n_steps=500)¶
A simple one-dimensional triple-well potential landscape. It is given by the stochastic differential equation
with being a Wiener process, , and the potential being given by
(Source code, png, hires.png, pdf)
- Parameters:
h (float, default=1e-3) – Integration step size.
n_steps (int, default=500) – Default number of integration steps per evaluation.
- Returns:
system – The system.
- Return type: