-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MultiGradient node and implement improvements and bug fixes for K…
…DTree and Memory nodes (#53) * add pre-interaction layers option to hippynn * revert pre-interaction layers, add fuzzy histogram feature * fix minor typos, add number pairs to warn_if_under function * add pair-finder with memory, fix minor bugs * fix bug in pair-finder with memory * * New KD Tree pair-finder node * Modularized pair-finder memory component * Typos corrected * revert my change to .gitignore, revise docstring * Updae change log and docs. Revert unneeded changes. * add multi gradient node * add user warning and position wrapping to KDTreePairs+, attribute access to Memory pair-finders * separate MultiGradient module from Gradient module * correct PairMemory module to handle batch size > 1, fix bug in inputs sent to KDTree caused by rare rounding issue * fix auto modlule kwargs in PeriodicPairIndexerMemory class * Remove KDTree debugging as fix is working * Update change log --------- Co-authored-by: Emily Suzanne Shinkle <[email protected]>
- Loading branch information
1 parent
047ef44
commit 8e99f0e
Showing
7 changed files
with
120 additions
and
13 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
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