Closed brainandforce closed 1 year ago
Patch coverage: 60.00
% and project coverage change: +0.53
:tada:
Comparison is base (
a7f8946
) 39.77% compared to head (d2a22f2
) 40.30%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Just added the changes for HKLData
.
The
KPoint
data type wraps anSVector
and associates an integer weight with it. TheKPointMesh
type replaces the oldKPointList
andKPointGrid
types, and stores both an explicitly generated list of k-points and the integer matrix used to generate them.I still need to change over
HKLData
to useKPoint
instead of anSVector
.