-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cartesian to spherical #315
Conversation
Here is a pre-built version of the code in this pull request: wheels.zip, you can install it locally by unzipping |
274dd0a
to
97dab17
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! As discussed, perhaps a few more comments describing minor details for the unfamiliar eye would be useful :)
97dab17
to
99317a9
Compare
I've added some more comments, let me know if this is clearer now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks!
Re: your original summary:
- Do you want to leave the inverse operation to another PR?
- Perhaps the example makes sense to be part of the PR that implements a lambda-SOAP wrapper of DensityCorrelations?
Let's merge this, I'm working on the next steps but I can send them as separate PR. |
This PR implements a function to transform a TensorMap from cartesian product basis to a spherical basis.
Still TBD:
spherical_to_cartesian
, the inverse of this function📚 Documentation preview 📚: https://rascaline--315.org.readthedocs.build/en/315/