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

add nequip support #304

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

add nequip support #304

wants to merge 2 commits into from

Conversation

alinelena
Copy link
Member

No description provided.

@alinelena alinelena added the enhancement New/improved feature or request label Sep 4, 2024
@alinelena alinelena self-assigned this Sep 4, 2024
@alinelena alinelena marked this pull request as draft September 4, 2024 10:23
@@ -48,13 +48,15 @@ sevenn = { version = "0.9.3", optional = true }
torchdata = {version = "0.7.1", optional = true} # Pin due to dgl issue
torch_geometric = { version = "^2.5.3", optional = true }
ruff = "^0.5.7"
nequip = {version = "^0.6.1", optional = true }
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
nequip = {version = "^0.6.1", optional = true }
nequip = {version = "0.6.1", optional = true }

Probably best to pin like the other MLIPs to avoid API/dependency breaking changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New/improved feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for nequip calculations
2 participants