Implement a basic version of [`IrrepsArray`](https://e3nn-jax.readthedocs.io/en/latest/api/irreps_array.html) and associated functions. - [ ] astype - [ ] broadcast_to - [ ] extend_with_zeros - [ ] filter - [ ] regroup - [ ] reshape - [ ] simplify - [ ] sort - [ ] unify Methods related to slicing and chunking can be handled later when required through a separate issue.
Implement a basic version of
IrrepsArrayand associated functions.Methods related to slicing and chunking can be handled later when required through a separate issue.