-
Notifications
You must be signed in to change notification settings - Fork 33
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
e3nn tensors compatibility issue #9
Comments
Hi @liyy2 I am not familiar with But for tensors in e3nn, they are typically in the form of For EquiformerV2, the tensors are in the form of So to convert between these two formats, we can extract all the channels for each degree, flatten them and concatenate all the flattened tensors.
You can follow the above example to do the reverse. |
hi, thank you for the detailed response. My question is does parity impact the model here? Should i use o3.Irreps('128x0e+128x1e+128x2e') or o3.Irreps('128x0e+128x1o+128x2e') |
For EquiformerV2, we currently use SE(3), and therefore, we should use |
Hi, I am trying to integrate this with the e3nn package.
For the SO3Embedding class, how can I convert that to an irrep which is compatible with the convention e3nn?
My implementation (not sure this is right or not)
The text was updated successfully, but these errors were encountered: