ACEsuit / mace

MACE - Fast and accurate machine learning interatomic potentials with higher order equivariant message passing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`mace.calculators.foundations_models` should really be named `.foundation_models`

Andrew-S-Rosen opened this issue · comments

The name of the module right now is confusing since it's not grammatically correct. It should be "foundation_models" not "foundations_models". We should move the module to the correct name and then add an __init__.py that retains the old import for backwards compatibility purposes.