You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The best way to get started is to look at the jupyter notebooks which contain code for the Müller-Brown potential.
17
-
There is one for the [first order Langevin dynamics](notebooks/tps_gaussian.ipynb) and one for the [second order Langevin dynamics](notebooks/tps_gaussian_2nd.ipynb).
16
+
The best way to get started is to look at [the jupyter notebook](notebooks/tps_gaussian.ipynb which contains all code for 2D potentials in one place.
18
17
19
18
## Running the baselines
20
19
21
20
To run the baselines (i.e., TPS with shooting) you can run
22
21
23
22
```bash
24
23
python tps_baseline_mueller.py
24
+
# For this to work, you need to specify which baselines to run by changing the all_paths variable in the script
0 commit comments