-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from kntkb/feature/train_with_reweight
train espaloma with MD simulation
- Loading branch information
Showing
29 changed files
with
1,615 additions
and
1,468 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 |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
|
||
>conda activate espfit | ||
>conda env export --from-history > test_env.yaml | ||
>conda env create -f test_env.yaml -n test_env | ||
>conda env create -f test_env.yaml -n test_env | ||
>#uninstall openff-toolkit and install a customized version to support dgl graphs created using openff-toolkit=0.10.6 | ||
>conda uninstall --force openff-toolkit | ||
>pip install git+https://github.com/kntkb/openff-toolkit.git@7e9d0225782ef723083407a1cbf1f4f70631f934 | ||
>#uninstall openmmforcefields if < 0.12.0 | ||
>#uninstall openmmforcefields if < 0.12.0 | ||
>#use pip instead of mamba to avoid dependency issues with ambertools and python | ||
>conda uninstall --force openmmforcefields | ||
>pip install git+https://github.com/openmm/[email protected] | ||
|
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 |
---|---|---|
|
@@ -25,4 +25,4 @@ | |
#from .espfit import * | ||
|
||
|
||
#from ._version import __version__ | ||
from ._version import __version__ |
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.