Skip to content

Commit 5937a49

Browse files
committed
fix wrong comment
1 parent b4b19e7 commit 5937a49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/symmetry_analysis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function symmetry_eigenvalues(
133133
ρ = phase_correction * sgrep(k)
134134
for (n, v) in enumerate(eachcol(vs))
135135
v_kpG = Θᴳ_conj * v
136-
symeigs[j, n] = dot(v_kpG, ρ, v) # = v† Θᴳ conj(D_k) v
136+
symeigs[j, n] = dot(v_kpG, ρ, v) # = v† Θᴳ (D_k w/ phase_correction) v
137137
# TODO: preallocate and `mul!` the `Θᴳ_conj * v` term to avoid allocations
138138
end
139139
end

0 commit comments

Comments
 (0)