-
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
Implement convenience calculator EquivariantPowerSpectrum
#329
base: main
Are you sure you want to change the base?
Conversation
Here is a pre-built version of the code in this pull request: wheels.zip, you can install it locally by unzipping |
python/rascaline/rascaline/utils/clebsch_gordan/_density_correlations.py
Show resolved
Hide resolved
python/rascaline/rascaline/utils/clebsch_gordan/_equivariant_power_spectrum.py
Show resolved
Hide resolved
from ._density_correlations import _filter_redundant_keys | ||
|
||
|
||
class EquivariantPowerSpectrum(TorchModule): |
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.
class EquivariantPowerSpectrum(TorchModule): | |
class EquivariantSoapPowerSpectrum(TorchModule): |
Should we refer to SOAP here? it makes the class name a bit longer, but I could live with it
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.
I'm super convinced about this one, but happy for you to decide
The CI failure should also be fixed by #331, so you should rebase this branch! |
📚 Documentation preview 📚: https://rascaline--329.org.readthedocs.build/en/329/