Metadata-Version: 2.4
Name: e3tools
Version: 0.1.1
Summary: A repository of building blocks in PyTorch for E(3)/SE(3)-equivariant neural networks
Author-email: Joseph Kleinhenz <kleinhej@gene.com>
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: e3nn>=0.5.5
Requires-Dist: jaxtyping>=0.2.38
Requires-Dist: torch>=2.4.1
Description-Content-Type: text/markdown

# e3tools

A repository of building blocks in PyTorch for E(3)/SE(3)-equivariant neural networks, built on top of [e3nn](https://github.com/e3nn/e3nn).

## Install

```bash
pip install e3tools
```
