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
+85-30Lines changed: 85 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -24,72 +24,127 @@ Several examples can be found in the `example` folder.
24
24
|:---------------------------|
25
25
| You may set an environment variable `LIGHTDOCK_DATA` to point to the data folder included in this repository to avoid copying it: `export LIGHTDOCK_DATA=/path/to/lightdock-rust/data`|
26
26
27
+
Recorded times on MacBook Pro M3 Pro.
28
+
27
29
### 1k4c (Membrane docking)
28
30
29
-
```
31
+
```bash
30
32
cd example/1k4c
31
-
cp -R ../../data .
32
33
time ../../target/release/lightdock-rust setup.json initial_positions_0.dat 100 dfire
34
+
```
33
35
34
-
...
36
+
Output:
35
37
36
-
real 3m53.851s
37
-
user 3m52.550s
38
-
sys 0m0.717s
38
+
```
39
+
Reading starting positions from "initial_positions_0.dat"
0 commit comments