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

bands: tested with cp2k 7.1 and 8.2, fixed possible issue with 8.1 #147

Merged
merged 4 commits into from
Sep 22, 2021

Conversation

dev-zero
Copy link
Contributor

@dev-zero dev-zero commented Aug 4, 2021

CP2K ~8.1 does not print weights for each KP, hence the selection of values could be wrong, make it more robust. Fixes #65

@yakutovicha yakutovicha self-requested a review September 21, 2021 11:18
Copy link
Contributor

@yakutovicha yakutovicha left a comment

Choose a reason for hiding this comment

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

@dev-zero, sorry for the long wait. For an unknown reason, the cp2k fails in the docker container to compute the bands. I will address that in a separate PR.

Just rename example_bands back to fixme_bands and I will approve/merge.

CP2K ~8.1 does not print weights for each KP, hence the selection of values could be wrong, make it more robust. Fixes aiidateam#65
when calculating bands the old version coming with Ubuntu terminates with a floating point exception, use the static binary from CP2K upstream instead
@dev-zero
Copy link
Contributor Author

found the issue, fixed it, see comments

@dev-zero
Copy link
Contributor Author

TL;DR the version provided with Ubuntu terminates with a Floating Point Exception, not much to be done about it.

@yakutovicha
Copy link
Contributor

TL;DR the version provided with Ubuntu terminates with a Floating Point Exception, not much to be done about it.

Yeah, that is why I proposed earlier to not worry about it. I think we can solve the issue by installing cp2k from conda-forge.

I can do it in the next PR.

@yakutovicha yakutovicha self-requested a review September 22, 2021 15:53
@yakutovicha yakutovicha merged commit 36644fd into aiidateam:develop Sep 22, 2021
@dev-zero dev-zero deleted the bugfix/bsparsing branch September 22, 2021 16:26
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.

Fix example_bands test
2 participants