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

ShiftVector{S,D,T} type as a generic type, which KPoint{D,T} is an alias of #206

Merged
merged 11 commits into from
Nov 29, 2023

Conversation

brainandforce
Copy link
Owner

I realized that it would probably be best to create a generic ShiftVector{S,D,T} type that allows for the implementation of KPoint{D,T} as a simple type alias. This would greatly simplify the reworked lattice data types that come later.

Copy link

codecov bot commented Nov 26, 2023

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (4889d2d) 58.27% compared to head (2c38fee) 58.76%.

Files Patch % Lines
src/vectors.jl 82.85% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             next     #206      +/-   ##
==========================================
+ Coverage   58.27%   58.76%   +0.49%     
==========================================
  Files          22       23       +1     
  Lines        1493     1511      +18     
==========================================
+ Hits          870      888      +18     
  Misses        623      623              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@brainandforce brainandforce merged commit 05915d5 into next Nov 29, 2023
7 checks passed
@brainandforce brainandforce deleted the features/shift-vector branch November 29, 2023 20:37
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.

1 participant