Closed brainandforce closed 1 year ago
Base: 31.85% // Head: 31.87% // Increases project coverage by +0.02%
:tada:
Coverage data is based on head (
b0cd11c
) compared to base (93e32e8
). Patch coverage: 60.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This should allow for a lone
HKLData
struct to be more easily dealt with, as the associated k-point will be included. No need to go back and reference aKPointGrid
orKPointList
repeatedly.I've also updated the logic of
read_abinit_wavefunction()
andreadWAVECAR()
to include the k-points explicitly. I haven't checked how FFTs are handled, but the default constructor forHKLData
will insert a zero k-point vector if it's not explicitly specified.