-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement SpookyNet potential #133
base: main
Are you sure you want to change the base?
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for faf9c9b - Browse repository at this point
Copy the full SHA faf9c9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3575af - Browse repository at this point
Copy the full SHA c3575afView commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6536b59 - Browse repository at this point
Copy the full SHA 6536b59View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 359f632 - Browse repository at this point
Copy the full SHA 359f632View commit details
Commits on Jun 5, 2024
-
Copy SpookyNet interaction module code from reference implementation.…
… Modifications: hardcoded SiLU activation function. Hardcoded approximate attention. Hardcoded initialization of weights of second linear layer in residual block to 0.
Configuration menu - View commit details
-
Copy full SHA for a6e8ce5 - Browse repository at this point
Copy the full SHA a6e8ce5View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06d85ca - Browse repository at this point
Copy the full SHA 06d85caView commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f3448c6 - Browse repository at this point
Copy the full SHA f3448c6View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d858b4 - Browse repository at this point
Copy the full SHA 7d858b4View commit details
Commits on Jun 20, 2024
-
Hard code one batch (relevant within attention). Rename variables to …
…better match paper.
Configuration menu - View commit details
-
Copy full SHA for fe5cd04 - Browse repository at this point
Copy the full SHA fe5cd04View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2747fba - Browse repository at this point
Copy the full SHA 2747fbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4f1b72 - Browse repository at this point
Copy the full SHA b4f1b72View commit details
Commits on Jun 26, 2024
-
Implement equivalence test for SpookyNet interaction block. First ele…
…ment of tuple return value matches, but second element (after final resblock) does not.
Configuration menu - View commit details
-
Copy full SHA for 4a5e072 - Browse repository at this point
Copy the full SHA 4a5e072View commit details -
Implement SpookyNet radial basis function. Test failing (probably due…
… to unit conversion).
Configuration menu - View commit details
-
Copy full SHA for 16538b6 - Browse repository at this point
Copy the full SHA 16538b6View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a210b8 - Browse repository at this point
Copy the full SHA 9a210b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2930e44 - Browse repository at this point
Copy the full SHA 2930e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e7b10e - Browse repository at this point
Copy the full SHA 6e7b10eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6f1149 - Browse repository at this point
Copy the full SHA b6f1149View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7757010 - Browse repository at this point
Copy the full SHA 7757010View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ea01f - Browse repository at this point
Copy the full SHA b4ea01fView commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e4af371 - Browse repository at this point
Copy the full SHA e4af371View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6398cf8 - Browse repository at this point
Copy the full SHA 6398cf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e375e8 - Browse repository at this point
Copy the full SHA 7e375e8View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e48a395 - Browse repository at this point
Copy the full SHA e48a395View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdfa4d5 - Browse repository at this point
Copy the full SHA fdfa4d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4b24b4 - Browse repository at this point
Copy the full SHA c4b24b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25a5ac9 - Browse repository at this point
Copy the full SHA 25a5ac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0280fb - Browse repository at this point
Copy the full SHA c0280fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3bfc0e - Browse repository at this point
Copy the full SHA a3bfc0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af3caf - Browse repository at this point
Copy the full SHA 9af3cafView commit details -
Merge branch 'refs/heads/refactor_rbf' into spookynet
# Conflicts: # devtools/conda-envs/test_env.yaml # modelforge/potential/models.py
Configuration menu - View commit details
-
Copy full SHA for fc11a29 - Browse repository at this point
Copy the full SHA fc11a29View commit details
Commits on Jul 3, 2024
-
Small changes to the dtype that is passed to the RBF. I think it is best to set a default value for the publically exposed class, e.g., `SchNetRadialBasisFunction`) and have optional `dtype` parameters present in the internal classes (which will then fail if it wasn't set in the entry point classes). Also added parameter docstring to some of the RBF classes.
Configuration menu - View commit details
-
Copy full SHA for 6b9f171 - Browse repository at this point
Copy the full SHA 6b9f171View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f41b9 - Browse repository at this point
Copy the full SHA a4f41b9View commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e492d7 - Browse repository at this point
Copy the full SHA 0e492d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb387c5 - Browse repository at this point
Copy the full SHA bb387c5View commit details
Commits on Jul 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f35b72 - Browse repository at this point
Copy the full SHA 5f35b72View commit details -
Add shape assertion in RadialBasisFunctionCore. Remove unnecessary un…
…squeeze in PhysNet radial basis function
Configuration menu - View commit details
-
Copy full SHA for 22acdc7 - Browse repository at this point
Copy the full SHA 22acdc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb28ef1 - Browse repository at this point
Copy the full SHA cb28ef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e88783 - Browse repository at this point
Copy the full SHA 1e88783View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b0e9bc - Browse repository at this point
Copy the full SHA 5b0e9bcView commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0ff49e - Browse repository at this point
Copy the full SHA c0ff49eView commit details -
Configuration menu - View commit details
-
Copy full SHA for addc502 - Browse repository at this point
Copy the full SHA addc502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f11f3a - Browse repository at this point
Copy the full SHA 1f11f3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2109f3c - Browse repository at this point
Copy the full SHA 2109f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d08c9c6 - Browse repository at this point
Copy the full SHA d08c9c6View commit details -
Merge branch 'refs/heads/refactor_rbf' into spookynet
# Conflicts: # .gitignore # modelforge/potential/sake.py # modelforge/potential/utils.py
Configuration menu - View commit details
-
Copy full SHA for 0f5b1fc - Browse repository at this point
Copy the full SHA 0f5b1fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ff04f7 - Browse repository at this point
Copy the full SHA 0ff04f7View commit details -
Broadcast to number of radial basis functions in nondimensionalizatio…
…n of exponential Bernstein polynomials
Configuration menu - View commit details
-
Copy full SHA for 3da2330 - Browse repository at this point
Copy the full SHA 3da2330View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e24b6fa - Browse repository at this point
Copy the full SHA e24b6faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23ea05f - Browse repository at this point
Copy the full SHA 23ea05fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9632a7d - Browse repository at this point
Copy the full SHA 9632a7dView commit details -
update names, intial postprocessing implementation
wiederm committedJul 10, 2024 Configuration menu - View commit details
-
Copy full SHA for dc63f13 - Browse repository at this point
Copy the full SHA dc63f13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 645eb35 - Browse repository at this point
Copy the full SHA 645eb35View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3160923 - Browse repository at this point
Copy the full SHA 3160923View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77756f9 - Browse repository at this point
Copy the full SHA 77756f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f841a9 - Browse repository at this point
Copy the full SHA 7f841a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93f0f28 - Browse repository at this point
Copy the full SHA 93f0f28View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0dde31 - Browse repository at this point
Copy the full SHA a0dde31View commit details -
Configuration menu - View commit details
-
Copy full SHA for aeec947 - Browse repository at this point
Copy the full SHA aeec947View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e819c - Browse repository at this point
Copy the full SHA d7e819cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cab0ed9 - Browse repository at this point
Copy the full SHA cab0ed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b6086f - Browse repository at this point
Copy the full SHA 9b6086fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03a5930 - Browse repository at this point
Copy the full SHA 03a5930View commit details -
Merge branch 'ref-postprocessing-and-loss' of https://github.com/chod…
…eralab/modelforge into ref-postprocessing-and-loss
Configuration menu - View commit details
-
Copy full SHA for 9293cba - Browse repository at this point
Copy the full SHA 9293cbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90d4b66 - Browse repository at this point
Copy the full SHA 90d4b66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62311c0 - Browse repository at this point
Copy the full SHA 62311c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 909238a - Browse repository at this point
Copy the full SHA 909238aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 629df00 - Browse repository at this point
Copy the full SHA 629df00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cf4314 - Browse repository at this point
Copy the full SHA 5cf4314View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc78257 - Browse repository at this point
Copy the full SHA bc78257View commit details -
Configuration menu - View commit details
-
Copy full SHA for f522208 - Browse repository at this point
Copy the full SHA f522208View commit details -
Configuration menu - View commit details
-
Copy full SHA for eda75b9 - Browse repository at this point
Copy the full SHA eda75b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e0e4d7 - Browse repository at this point
Copy the full SHA 3e0e4d7View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4d61fe - Browse repository at this point
Copy the full SHA c4d61feView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b132d - Browse repository at this point
Copy the full SHA f7b132dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a52c01 - Browse repository at this point
Copy the full SHA 9a52c01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ec3f3f - Browse repository at this point
Copy the full SHA 2ec3f3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a32fe4 - Browse repository at this point
Copy the full SHA 5a32fe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ce39e4 - Browse repository at this point
Copy the full SHA 6ce39e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7a2b28 - Browse repository at this point
Copy the full SHA b7a2b28View commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 731bd7b - Browse repository at this point
Copy the full SHA 731bd7bView commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71c3fea - Browse repository at this point
Copy the full SHA 71c3feaView commit details
Commits on Jul 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e548bf1 - Browse repository at this point
Copy the full SHA e548bf1View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ea8988 - Browse repository at this point
Copy the full SHA 5ea8988View commit details
Commits on Jul 25, 2024
-
Merge branch 'refs/heads/main' into spookynet
# Conflicts: # modelforge/dataset/dataset.py # modelforge/potential/ani.py # modelforge/potential/models.py # modelforge/potential/painn.py # modelforge/potential/physnet.py # modelforge/potential/processing.py # modelforge/potential/sake.py # modelforge/potential/schnet.py # modelforge/potential/utils.py # modelforge/tests/data/training_defaults/default.toml # modelforge/tests/test_models.py # modelforge/tests/test_painn.py # modelforge/tests/test_sake.py # modelforge/tests/test_schnet.py # modelforge/tests/test_training.py # modelforge/train/training.py
Configuration menu - View commit details
-
Copy full SHA for b61649e - Browse repository at this point
Copy the full SHA b61649eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a60c2c - Browse repository at this point
Copy the full SHA 5a60c2cView commit details -
Remove unnecessarily hard-coded arrays in the model implementation an…
…d cast everything to double in the test
Configuration menu - View commit details
-
Copy full SHA for e4dd91c - Browse repository at this point
Copy the full SHA e4dd91cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e00a6d - Browse repository at this point
Copy the full SHA 5e00a6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ad3712 - Browse repository at this point
Copy the full SHA 6ad3712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0539ed3 - Browse repository at this point
Copy the full SHA 0539ed3View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b613586 - Browse repository at this point
Copy the full SHA b613586View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 10c9914 - Browse repository at this point
Copy the full SHA 10c9914View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d170b79 - Browse repository at this point
Copy the full SHA d170b79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f9666d - Browse repository at this point
Copy the full SHA 5f9666dView commit details
Commits on Aug 21, 2024
-
Update test so that it compares the results of running the modelforge…
… implementation on a batched methane with the reference implementation on a single methane
Configuration menu - View commit details
-
Copy full SHA for 57e7b49 - Browse repository at this point
Copy the full SHA 57e7b49View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b28d660 - Browse repository at this point
Copy the full SHA b28d660View commit details