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

fixed jax nl always allocating in cartesian coords #229

Merged
merged 6 commits into from
Feb 2, 2024

Conversation

M-R-Schaefer
Copy link
Contributor

There was an issue where the ASE calc would get stuck thinking the NL was overflowing even after reallocating.
This was caused by mistakenly allocating the NL in cartesian, as opposed to fractional, coordinates when dealing with gas phase structures.
The resulting max_occupancy was thus way too small.

Further, neighbors.allocate was called repeatedly even though ASECalculator.initialize took care of that.

@M-R-Schaefer M-R-Schaefer merged commit 240eaf5 into dev Feb 2, 2024
3 checks passed
@M-R-Schaefer M-R-Schaefer deleted the nl_allocate_fix branch February 2, 2024 11:35
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