-
Notifications
You must be signed in to change notification settings - Fork 29
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
Adding PAINNStack #273
Adding PAINNStack #273
Conversation
Do not approve this yet if it passes the tests. I'm currently commenting out large blocks to identify the cause of the error. |
@allaffa @jychoi-hpc @pzhanggit Could one of you request to have the tests re-run here? I believe I've made a change to fix an error. |
Just re-ran it. It seems there is some format issue |
@pzhanggit @allaffa I believe its passed all checks now. Could you review? |
@RylieWeaver |
The merge conflicts are fixed. More will pop up when MACE or this one is merged, but that can be fixed quick. |
The following is an implementation of the 'Polarizable Atom Interaction Neural Network' (PAINN) model.
(ArXiV Link](https://arxiv.org/abs/2102.03150)).
This is an equivariant message-passing stack.