-
Notifications
You must be signed in to change notification settings - Fork 11
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 #38 from QuantumChemist/refactoring
Refactoring of autoplex
- Loading branch information
Showing
104 changed files
with
2,831 additions
and
2,810 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,8 +1 @@ | ||
""" | ||
AutoPLEX -- Automated machine-learned Potential Landscape explorer -- flows. | ||
This package contains routines and features to perform a workflow-based | ||
automated machine-learned interatomic potentials (MLIP) fit for | ||
DFT-labelled data. | ||
""" | ||
"""Module containing automated flows and jobs for phonons and RSS.""" |
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 @@ | ||
"""Module containing flows and jobs for generation, fitting, and benchmarking of ML potentials for phonons.""" |
Oops, something went wrong.