diff --git a/README.md b/README.md index b11c9d3..81983e5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## EGNN - Pytorch +## EGNN - Pytorch (wip) Implementation of E(n)-Equivariant Graph Neural Networks, in Pytorch. May be eventually used for Alphafold2 replication. @@ -25,6 +25,13 @@ feats, coors = layer1(feats, coors, edges) feats, coors = layer2(feats, coors, edges) # (1, 16, 512), (1, 16, 3) ``` +## Todo + +- [ ] add integration with pytorch geometric +- [ ] add tests for se3 equivariance +- [ ] add an EGAT (attention flavored variant) + + ## Citations ```bibtex