Is there any plan to allow this repository (or any of the subdirectories, in particular https://github.com/IBM/materials/tree/main/models/pos_egnn) to be installed as a project, through the addition of a setup.py or pyproject.toml file, and potentially even publishing to PyPI?
I develop a package that interfaces with various MLIP calculators (https://github.com/stfc/janus-core), and we would love to include support for the PosEGNNCalculator, but I'm not aware of a sensible way to do this currently.