InstallationΒΆ
You can install torch-pme using pip with
pip install torch-pme
or conda
conda install -c conda-forge 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]