hghcomphys / pantea

A Python library for developing machine learning interatomic potentials, based on JAX.
https://pantea.readthedocs.io
Other
6 stars 2 forks source link

Define a unit class #11

Closed hghcomphys closed 1 year ago

hghcomphys commented 2 years ago

This is useful when converting between different physical units.

hghcomphys commented 1 year ago

A basic implementation as units module, in form of named tuple, is already done.

hghcomphys commented 1 year ago

A default Hartree units class was defined.