🚧This repository is heavily under construction!🚧
This is an unofficial PyTorch implementation of M3GNet. The authors' reimplementation of MEGNet and M3GNet with PyTorch/DGL will be available here.
state
, MaterialGraph.phi
See docs/installation.md.
Docuement
sphinx-autobuild --host 0.0.0.0 --port 8000 docs docs_build
GPU container
docker run --gpus '"device=1"' -it -v $(pwd):/app -p 6006:6006 m3gnet
# tensorboard
tensorboard --logdir results/ --host 0.0.0.0 --port 6006