-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improved matching (#20) * Added new atom matching function. * Added performance tests. * Update. * Fixed formatting. * Updated tests. * Added performance scripts. * Updated performance script. * Updated performance test. * Replaced test. * Updated graph search. * Fixed linting. * Fixed linting. * Fixed gitignore. * Cleanup. * Updated numpy dependency restriction. * Started simplifying API. * Distance calc optimization (#21) * Trying to disable chemical similarity check. * updated workflow. * Fixed formatting. * Fixed class instantiation. * Simplified LinkedUnitCollection. * Fixed formatting. * Disabled test. * Simplified LinkedUnitCollection. * Trying to undo. * Update. * Fixed missing default. * Updated actions. * Cleaned up old implementations. * Updated benchmarks. * Fixed formatting. * Added branch to tests. * Optimization (#23) * Removed unnecesary calculation of finite displacements. * Removed storing of displacements in matching. * Removed unnecessary distance calculation with numpy. * Added guard against invalid cell shape. * Added guard agains invalid cell * Fixed formatting. * Added exception check on cluster cleanup. * Updated docstring. * Improved tests. * Enabled other tests. * Cleaned up tests. * Completely removed chemical similarity check.
- Loading branch information
1 parent
1249e53
commit 16b0b7b
Showing
17 changed files
with
762 additions
and
1,510 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
Oops, something went wrong.