InstallationΒΆ
You can install torch-pme using pip with
pip install torch-pme
and import torchpme
to use it in your projects!
We also provide bindings to metatensor which
can optionally be installed together and used as torchpme.metatensor
via
pip install torch-pme[metatensor]