Closed brainandforce closed 1 year ago
Patch coverage: 70.37
% and project coverage change: +4.71
:tada:
Comparison is base (
0f05c35
) 40.87% compared to head (ddf60d0
) 45.58%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
I've created a new
PlanewaveWavefunction{D,T}
type that allows for the storage of wavefunctions in a planewave basis. This replaces the oldReciprocalWavefunction{D,T}
data type and has the advantage of storing all of its data contiguously. To facilitate working with the indexing in this data structure, I've created thePlanewaveIndex
andPlanewaveIndices
types/