ACEsuit / mace

MACE - Fast and accurate machine learning interatomic potentials with higher order equivariant message passing.
Other
493 stars 181 forks source link

Use HTTPS for MACE MP checkpoint URLs #318

Closed janosh closed 6 months ago

janosh commented 8 months ago

if you copy the URLs from the source code and pass it explicitly as mace_mp(model="http://tinyurl.com/5yyxdm76"), you get

ValueError: Couldn't find MACE model files: http://tinyurl.com/5yyxdm76

using https which is safer anyway fixes this