o3

All functions in this module are accessible via the o3 submodule:

from e3nn import o3

R = o3.rand_matrix(10)
D = o3.Irreps.spherical_harmonics(4).D_from_matrix(R)

Overview