A simple implementation of the LieConv (arXiv) module in PyTorch Geometric. This only provides the Module in PyTorch Geometric with connectors left for the original code to provide a specific implementation of lifting process.
- PyTorch
- PyTorch Geometric
- LieConv Lifting Procedure Github
Please cite this repository if you wish to use this implementation in your research work.
@misc{LieConv_PyG,
author = {Jai Bardhan},
title = {LieConv},
year = {2021},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/Jai2500/lieconv}},
commit = {bc11dcec9e25580e83c35ca05358321c110b7730}
}