Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jwa7
Copy link
Collaborator

@jwa7 jwa7 commented Sep 20, 2024


📚 Documentation preview 📚: https://rascaline--329.org.readthedocs.build/en/329/

Copy link

github-actions bot commented Sep 20, 2024

Here is a pre-built version of the code in this pull request: wheels.zip, you can install it locally by unzipping wheels.zip and using pip to install the file matching your system

from ._density_correlations import _filter_redundant_keys


class EquivariantPowerSpectrum(TorchModule):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Copy link
Collaborator Author

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

@Luthaf
Copy link
Owner

Luthaf commented Sep 26, 2024

The CI failure should also be fixed by #331, so you should rebase this branch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants