Skip to content

Commit

Permalink
Merge branch 'ricardoribeiro-2020:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocfabini authored Jul 19, 2022
2 parents 8c31f03 + ddc3e13 commit e2febc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
for l in range(NR3):
for k in range(NR2):
for i in range(NR1):
RPOINT[COUNT] = A1 * i / NR1 + A2 * j / NR2 + A3 * l / NR3
RPOINT[COUNT] = A1 * i / NR1 + A2 * k / NR2 + A3 * l / NR3
COUNT += 1

PHASE = np.exp(1j * np.dot(RPOINT, np.transpose(KPOINTS)))
Expand Down

0 comments on commit e2febc2

Please sign in to comment.