forked from ORNL/HydraGNN
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* revise open catalyst, consistent naming, and remove unnecessary assert * take away unnecessary check * revert unneeded naming * Unified PBC naming and using torch autograd in LJ for simpler and more robust force calculations * Aligning the OC examples with the OC dataset in the literature, which always uses PBC * more robust radius * correct link * Unify naming of cell in other parts of HydraGNN such as the tests and preprocess * More robust default radius and black formatting * mptrj pbc * Remove assert for dupe edges and ensure max_num_neighbors for computational feasibility * Revise examples for error handling in extracting cell, extracting pbc, and creating radius graph * comment * Simpler implementation in numpy and robust device handling * no need to do these changes now that we have robust error handling * no need for radius change * polish radius graph pbc and reemove unnecessary oc neighbor changes * black * better import * reverse unnecessary changes * device and data type handling * black * clean up inference script and add r2 * better typing and device handling * simplify checks * Switch stack and epochs in json for well-performing default
- Loading branch information
1 parent
1419dc4
commit 4f8a21d
Showing
12 changed files
with
360 additions
and
201 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
Oops, something went wrong.