Do we need all the parities for the hidden layer features ? #517
-
Hello, I am trying to use nequip to build my own model and I find that in Nequip, both odd and even irreducible tensors are used for the hidden layer. However, in mace, only the physical parity is used. For example, in mace, the hidden layer features may be |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In NequIP, you can switch it with the |
Beta Was this translation helpful? Give feedback.
In NequIP, you can switch it with the
parity
argument -- see API: https://nequip.readthedocs.io/en/latest/api/nequip_model.html#nequip.model.NequIPGNNModel . My advice would be to try both and see if you can get away withparity: false
, if the accuracies are similar.