LAMMPS failed with model trained with float64 #24
Answered
by
Linux-cpp-lisp
saeedshahi
asked this question in
Q&A
-
Hi, I trained an ML potential with float64 and it converged perfectly but when I want to use it with LAMMPS, it failed and I got this error "RuntimeError: expected scalar type Float but found Double". Best, |
Beta Was this translation helpful? Give feedback.
Answered by
Linux-cpp-lisp
Jun 26, 2022
Replies: 1 comment
-
Hi @saeedshahi , Thank you for your interest in our code!
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
saeedshahi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @saeedshahi ,
Thank you for your interest in our code!
pair_nequip
does not yet support float64 models (#21). The link contains details about how a model trained in float64 can be deployed for float32 inference.