You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to address a longstanding pain point in MACE that it relies on manipulating the global dtype which makes interoperability with other codes brittle (ACEsuit/mace#1009).
For the tests to pass I believe that we need the cueq modules to change dtype/math_dtype as when using float64 weights with float32 default math the model there is numerical disagreement between the E3nn and cueq models.