-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add script for generating new submissions * add sage 2.0.0 submission * reorder and align table * bump yammbs to 0.1.1 for faster loading * fix default dataset path * Add benchmark results * update readme with 2.0 DOI and fix redundant descriptions --------- Co-authored-by: root <[email protected]>
- Loading branch information
Showing
17 changed files
with
257,433 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,4 @@ dependencies: | |
- tqdm | ||
|
||
- pip: | ||
- git+https://github.com/openforcefield/[email protected].0 | ||
- git+https://github.com/openforcefield/[email protected].1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/bin/bash | ||
|
||
sub_name=${1?no submission name given} | ||
sub_dir=submissions/$(date +%F)-${sub_name} | ||
|
||
mkdir -p ${sub_dir} | ||
|
||
cat > ${sub_dir}/input.yaml <<INP | ||
forcefield: openff_unconstrained-2.1.0.offxml | ||
datasets: | ||
- datasets/OpenFF-Industry-Benchmark-Season-1-v1.1/cache.json | ||
INP | ||
|
||
sed -i "/ENDOFTABLE/i | [$sub_name]($sub_dir) | TODO | [TODO](https://doi.org/TODO) |" README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
forcefield: openff_unconstrained-2.0.0.offxml | ||
datasets: | ||
- datasets/OpenFF-Industry-Benchmark-Season-1-v1.1/cache.json |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.