Metadata-Version: 2.2
Name: pet-neighbors-convert
Version: 1.0rc1
Summary: PET model extension for processing neighbor lists
Author: lab-cosmo developers
License: BSD-3-Clause
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: torch >=2.3,<2.7
Dynamic: requires-dist

PET Neighbors Convert
---------------------

Extension for PET model for reordering the neighbors during message passing.

Installation
------------

You can install the extensions with

.. code-block:: bash

    pip install pet-neighbors-convert
