forked from stfc/janus-core
-
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.
Add numpydoc Sphinx extension (stfc#44)
* Fix docstrings for numpy style * Add numpydoc Sphinx extension * Add numpydoc pre-commit * Fix old docstrings for numpydoc * Fix typos * Update janus_core/mlip_calculators.py Co-authored-by: Jacob Wilkins <46597752+oerc0122@users.noreply.github.com> * Update janus_core/single_point.py Co-authored-by: Jacob Wilkins <46597752+oerc0122@users.noreply.github.com> * Change default device to cpu --------- Co-authored-by: ElliottKasoar <ElliottKasoar@users.noreply.github.com> Co-authored-by: Alin Marin Elena <alin@elena.re> Co-authored-by: Jacob Wilkins <46597752+oerc0122@users.noreply.github.com>
- Loading branch information
1 parent
a100b69
commit 863497b
Showing
9 changed files
with
119 additions
and
42 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
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,6 +1,3 @@ | ||
"""janus_core. | ||
Tools for machine learnt interatomic potentials. | ||
""" | ||
"""Tools for machine learnt interatomic potentials.""" | ||
|
||
__version__ = "0.1.0a1" |
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
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