Skip to content

Commit

Permalink
add equinox modules to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
teddykoker committed Jan 23, 2025
1 parent e81640d commit be9056f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/api/equinox.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Equinox Modules
===============

.. autoclass:: e3nn_jax.equinox.Linear
:members:
1 change: 1 addition & 0 deletions docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ API
radial
haiku
flax
equinox
s2
extra
utils
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ jraph
nequip_jax @ git+https://github.com/mariogeiger/[email protected]
flax
dm-haiku
equinox
2 changes: 1 addition & 1 deletion e3nn_jax/_src/linear_equinox.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def _get_gradient_normalization(


class Linear(eqx.Module):
r"""Equivariant Linear Flax module
r"""Equivariant Linear Equinox module
Args:
irreps_out (`Irreps`): output representations, if allowed bu Schur's lemma.
Expand Down

0 comments on commit be9056f

Please sign in to comment.