LICENSE
README.md
pyproject.toml
src/matgl/__init__.py
src/matgl/cli.py
src/matgl/config.py
src/matgl.egg-info/PKG-INFO
src/matgl.egg-info/SOURCES.txt
src/matgl.egg-info/dependency_links.txt
src/matgl.egg-info/entry_points.txt
src/matgl.egg-info/requires.txt
src/matgl.egg-info/top_level.txt
src/matgl/apps/__init__.py
src/matgl/apps/pes.py
src/matgl/data/__init__.py
src/matgl/data/transformer.py
src/matgl/ext/__init__.py
src/matgl/ext/ase.py
src/matgl/ext/pymatgen.py
src/matgl/graph/__init__.py
src/matgl/graph/compute.py
src/matgl/graph/converters.py
src/matgl/graph/data.py
src/matgl/layers/__init__.py
src/matgl/layers/_activations.py
src/matgl/layers/_atom_ref.py
src/matgl/layers/_basis.py
src/matgl/layers/_bond.py
src/matgl/layers/_core.py
src/matgl/layers/_embedding.py
src/matgl/layers/_graph_convolution.py
src/matgl/layers/_readout.py
src/matgl/layers/_three_body.py
src/matgl/models/__init__.py
src/matgl/models/_m3gnet.py
src/matgl/models/_megnet.py
src/matgl/models/_wrappers.py
src/matgl/utils/__init__.py
src/matgl/utils/cutoff.py
src/matgl/utils/io.py
src/matgl/utils/maths.py
src/matgl/utils/sb_roots.npy
src/matgl/utils/training.py
tests/test_cli.py
tests/test_config.py
tests/test_integration.py