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.
More complicated examples, that also demonstrate the use in combination with
other simulation tools, can be found in the
torch-pme section
of the
atomistic cookbook.
To run the all examples, install torchpme
with the examples
and metatensor
optional dependencies.
pip install .[examples,metatensor]