Skip to content

Commit

Permalink
Add raw mol2/bhff dataset and bm2_long
Browse files Browse the repository at this point in the history
  • Loading branch information
tom91136 committed Jul 29, 2021
1 parent 23ba4d4 commit 8f215c3
Show file tree
Hide file tree
Showing 2,092 changed files with 2,665,973 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ energies.dat
*.bak
*.ori
*.old

.vscode
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Refer to each implementation's README for further run instructions.
Two input decks are included in this repository:

* `bm1` is a short benchmark (~100 ms/iteration on a 64-core ThunderX2 node) based on a small ligand (26 atoms)
* `bm2` is a long benchmark (~25 s/iteration on a 64-core ThunderX2 node) based on a big ligand (2672 atoms)
* `bm2` is a long benchmark (~25 s/iteration on a 64-core ThunderX2 node) based on a big ligand (2672 atoms)* `bm2` is a long benchmark (~25 s/iteration on a 64-core ThunderX2 node) based on a big ligand (2672 atoms)
* `bm2_long` is a very long benchmark based on `bm2` but with 1048576 poses instead of 65536

They are located in the [`data`](data/) directory, and `bm1` is run by default.
All implementations accept a `--deck` parameter to specify an input deck directory.
Expand Down
Binary file added data/bm2_long/forcefield.in
Binary file not shown.
Binary file added data/bm2_long/ligand.in
Binary file not shown.
1 change: 1 addition & 0 deletions data/bm2_long/params.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-f /home/tom/Desktop/bude/bude-1.2.10-release/BUDE-1.2.10/inputData/heavy_by-atom_2016-v1.bhff -p /home/tom/Desktop/bude/bude-1.2.10-release/example/virtual_screen/1GCZ/inputs/bude_1gcz_proA.mol2 -l /home/tom/Desktop/bude/bude-1.2.10-release/example/virtual_screen/1GCZ/inputs/bude_1gcz_proA.mol2 -o output -n 1048576 --force
Binary file added data/bm2_long/poses.in
Binary file not shown.
Binary file added data/bm2_long/protein.in
Binary file not shown.
Loading

0 comments on commit 8f215c3

Please sign in to comment.