-
Notifications
You must be signed in to change notification settings - Fork 455
Description
What would you like to report?
My issue relates to the current UMA backbone in fairchem. The backbone of the network is called eSCNMDBackbone, yet to the best of my knowledge, this backbone is actually the eSEN GNN backbone. Perhaps it is only me, but I found it rather confusing that when reading the eSCN work, there is a requirement for discrete sphere grid projects (and integration over the sphere when computing energies and forces), yet this is no longer done in the eSCNMDBackbone.
I would just like to confirm that the UMA architecture, and the current eSCNMDBackbone indeed follows the best performing findings in the eSEN work? And if so, if there might be interest in renaming the eSCNMDBackbone to perhaps match the updated architecture? Alternatively, one could explicitly write in the backbone definition that this backbone has been updated to match the eSEN findings?