ExamplesΒΆ
This section lists introductory examples and recipes to the various classes and
functions of torch-pme
. Example are sorted in increasing order of complexity. For
details on the API specification of the functions take a look at the
API reference section.
To run the all examples, install torchpme
with the examples
and metatensor
optional dependencies.
pip install .[examples,metatensor]