Skip to content

Commit

Permalink
change black line-length
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogeiger committed Jun 6, 2023
1 parent c74f260 commit 229af89
Show file tree
Hide file tree
Showing 65 changed files with 2,679 additions and 577 deletions.
28 changes: 24 additions & 4 deletions e3nn_jax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@
from e3nn_jax._src.basic import concatenate, stack, mean, norm, normal, dot, cross
from e3nn_jax._src.basic import sum_ as sum
from e3nn_jax._src.spherical_harmonics import spherical_harmonics, sh, legendre
from e3nn_jax._src.radial import sus, soft_one_hot_linspace, bessel, poly_envelope, soft_envelope
from e3nn_jax._src.radial import (
sus,
soft_one_hot_linspace,
bessel,
poly_envelope,
soft_envelope,
)
from e3nn_jax._src.instruction import Instruction
from e3nn_jax._src.linear import FunctionalLinear
from e3nn_jax._src.core_tensor_product import FunctionalTensorProduct
Expand All @@ -66,7 +72,12 @@
tensor_square,
)
from e3nn_jax._src.grad import grad
from e3nn_jax._src.activation import soft_odd, scalar_activation, normalize_function, norm_activation
from e3nn_jax._src.activation import (
soft_odd,
scalar_activation,
normalize_function,
norm_activation,
)
from e3nn_jax._src.gate import gate
from e3nn_jax._src.radius_graph import radius_graph
from e3nn_jax._src.scatter import index_add, scatter_sum, scatter_max
Expand All @@ -75,8 +86,17 @@
reduced_symmetric_tensor_product_basis,
reduced_antisymmetric_tensor_product_basis,
)
from e3nn_jax._src.s2grid import s2_irreps, to_s2grid, to_s2point, from_s2grid, s2_dirac, SphericalSignal
from e3nn_jax._src.tensor_product_with_spherical_harmonics import tensor_product_with_spherical_harmonics
from e3nn_jax._src.s2grid import (
s2_irreps,
to_s2grid,
to_s2point,
from_s2grid,
s2_dirac,
SphericalSignal,
)
from e3nn_jax._src.tensor_product_with_spherical_harmonics import (
tensor_product_with_spherical_harmonics,
)

# make submodules flax and haiku available
from e3nn_jax import flax, haiku
Expand Down
Loading

0 comments on commit 229af89

Please sign in to comment.