Skip to content

Commit

Permalink
leftover: use realify! in a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
thchr committed Oct 18, 2024
1 parent 5204b69 commit 54e109e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/setup_2d_band_representations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function calc_bandreps(sgnum::Integer, Dᵛ::Val{D}=Val(2);
# get all the little group irreps that we want to subduce onto
lgirsd = lgirreps(sgnum, Val(D))
allpaths || filter!(((_, lgirs),) -> isspecial(first(lgirs)), lgirsd)
timereversal && (lgirsd = realify(lgirsd))
timereversal && realify!(lgirsd)

irlabs = reduce_dict_of_vectors(label, lgirsd)
irdims = reduce_dict_of_vectors(irdim, lgirsd)
Expand Down

0 comments on commit 54e109e

Please sign in to comment.