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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,12 @@ In this work, we propose a novel variational approach to transition path samplin
6
6
## Setup
7
7
8
8
You can use the `environment.yml` file to setup this project. However, it only works on CPU.
9
-
10
9
```bash
11
10
conda env create -f environment.yml
12
11
```
13
12
13
+
We also provide a requirements.txt, however, it is not guaranteed to work.
14
+
14
15
## Getting started
15
16
16
17
The best way to get started is to look at [the jupyter notebook](notebooks/tps_gaussian.ipynb) which contains the necessary code for 2D potentials in one place.
0 commit comments