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

[Feat] change ase.neighborlist to from matscipy.neighbours #124

Merged
merged 6 commits into from
Nov 23, 2024

Conversation

hexagonrose
Copy link
Collaborator

No description provided.

@YutackPark
Copy link
Member

Thanks for the contribution. Some questions:

  1. Why we use this for only unlabeled_** routine? It will make preprocessing faster if implemented to atoms_to_graph function.

  2. It seems doing some hacky things if the given system is non-periodic. Is this tested for non-periodic systems?

@hexagonrose
Copy link
Collaborator Author

  1. Oh, I missed the atoms_to_graph function, which also uses ase.neighborlist. In sevennet_calculator.py, it only uses unlabeled_atoms_to_graph, so I only fixed that part.

  2. MACE also relies on those hacky things. I haven't yet tested it further, like MD simulations, but without these hacky things, it triggered a singular matrix error (molecules and isolated atom).

@YutackPark
Copy link
Member

YutackPark commented Nov 7, 2024 via email

@YutackPark YutackPark merged commit dd5b715 into main Nov 23, 2024
2 checks passed
@YutackPark YutackPark deleted the ase2matsci branch November 23, 2024 08:33
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