automatically extrapolate k-point mesh size for periodic GW calculations#2229
Conversation
Contributor
|
A question out of interest: Is it somehow possible to reduce the runtime of the RPA kpoint tests while still being reasonable? Especially the batched version takes often more than two minutes to complete on our machines, on the CI, it is a minute. |
Member
Author
|
Changing periodicity from XYZ to Z reduced the computation time for me by a factor 10. Is this sufficient? |
mtaillefumier
pushed a commit
to mtaillefumier/cp2k
that referenced
this pull request
Aug 18, 2022
…ons (cp2k#2229) * automatically extrapolate k-point mesh size for periodic GW calculations * update GW reference values for k-point extrapolation * reduce computation time of rpa kpoint regtests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
k-point mesh extrapolation for k-point integration of W(k). Bandgap of MoS2 monolayer converges now with the cell size, see figure below.
Open issue: GW bandgap is not yet converged with RI basis set size.
Possible solution: Use truncated Coulomb metric (tCm); probably tCm needs removal of G=0 component of RI s-functions.