issues
search
proteneer
/
timemachine
Differentiate all the things!
Other
140
stars
17
forks
source link
Fixes incorrect print in minimizer
#1414
Closed
badisa
closed
2 weeks ago
badisa
commented
3 weeks ago
Was printing out the wrong atom's forces in the logging for the atom with the largest force norm. Introduced in
https://github.com/proteneer/timemachine/pull/1393
Correctly assigns float64 as the return value, avoiding warnings if 64bit is not enabled in JAX. Introduced in
https://github.com/proteneer/timemachine/pull/1405