senya-ashukha / simple-equivariant-gnn

A short and easy PyTorch implementation of E(n) Equivariant Graph Neural Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple implementation of Equivariant GNN

Open In Colab

  • A short implementation of E(n) Equivariant Graph Neural Networks for HOMO energy prediction.
  • Just 50 lines of code;
  • The implementation is based on pure PyTorch & Numpy, it has no external packages (like PyTorch-geometric).
  • Closely matches the Mean Absolute Error reported in the paper.

About

A short and easy PyTorch implementation of E(n) Equivariant Graph Neural Networks

License:Apache License 2.0


Languages

Language:Python 82.4%Language:Jupyter Notebook 17.6%