-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
154 changed files
with
18,623 additions
and
8,515 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 |
---|---|---|
@@ -1,12 +1,19 @@ | ||
## Description | ||
## Pull Request Summary | ||
Provide a brief description of the PR's purpose here. | ||
|
||
## Todos | ||
### Key changes | ||
Notable points that this PR has either accomplished or will accomplish. | ||
- [ ] TODO 1 | ||
- [ ] Change 1 | ||
|
||
## Questions | ||
- [ ] Question1 | ||
### Questions | ||
- [ ] Question 1 | ||
|
||
## Status | ||
- [ ] Ready to go | ||
### Associated Issue(s) | ||
- [ ] Issue 1 | ||
|
||
## Pull Request Checklist | ||
- [ ] Issue(s) raised/addressed and linked | ||
- [ ] Includes appropriate unit test(s) | ||
- [ ] Appropriate docstring(s) added/updated | ||
- [ ] Appropriate .rst doc file(s) added/updated | ||
- [ ] PR is ready for review |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Lint | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: psf/black@stable | ||
with: | ||
options: "--check --verbose --line-length 88" | ||
src: "./modelforge" |
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
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 |
---|---|---|
@@ -1,3 +1,8 @@ | ||
include CODE_OF_CONDUCT.md | ||
|
||
include modelforge/dataset/yaml_files/*.yaml | ||
include modelforge/curation/yaml_files/*.yaml | ||
include modelforge/tests/data/potential_defaults/*.toml | ||
include modelforge/tests/data/training_defaults/*.toml | ||
|
||
global-exclude *.py[cod] __pycache__ *.so |
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
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,27 @@ | ||
name: modelforge_env | ||
channels: | ||
- conda-forge | ||
- pytorch | ||
dependencies: | ||
# Base depends | ||
- python | ||
- pip | ||
- h5py | ||
- tqdm | ||
- toml | ||
- qcportal>=0.50 | ||
- qcelemental | ||
- pytorch>=2.1 | ||
- loguru | ||
- lightning>=2.0.8 | ||
- tensorboard | ||
- torchvision | ||
- openff-units | ||
- torchmetrics>=1.4 | ||
- pint=0.23 | ||
- rdkit | ||
- retry | ||
- sqlitedict | ||
- pydantic>=2 | ||
- ray-all | ||
- jax |
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
This file was deleted.
Oops, something went wrong.
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 @@ | ||
test |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.