-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move CustomANISymmetryFunctions construction to ANISymmetryFunctionsOp * Move CustomANISymmetryFunctions construction to TorchANISymmetryFunctions.forward * Move CustomANISymmetryFunctions construction to TorchANISymmetryFunctions.forward * Create NNPOps::ANISymmetryFunctions namespace * Simplify names * Simplify types * Fix typo * Implement Holder::is_initialized * Don't use Optional[Holder] * Fix serializaton * Update the benckmark * Update the build instructions * Fix the constructor
- Loading branch information
Raimondas Galvelis
authored
Apr 26, 2021
1 parent
e540a63
commit 3d0bab6
Showing
5 changed files
with
146 additions
and
124 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: nnpops | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- cmake | ||
- gxx_linux-64 | ||
- make | ||
- mdtraj | ||
- torchani 2.2 | ||
- pytest | ||
- python 3.9 | ||
- pytorch 1.8.0 |