Skip to content

Commit

Permalink
Update Diectric_function_QE.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
quek-group authored Nov 16, 2021
1 parent 0cedfe5 commit d3ac3ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Diectric_function_QE.f90
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,9 @@ program main
do iL = 1, n_L ! loop over laser frequency
e_L = e_L_min + dE_L * (iL - 1)
write (21,1000) e_L, &
eps(1,1,iL), eps(1,2,iL), eps(1,3,iL), &
eps(2,1,iL), eps(2,2,iL), eps(2,3,iL), &
eps(3,1,iL), eps(3,2,iL), eps(3,3,iL)
eps(1,1,iL)+1, eps(1,2,iL), eps(1,3,iL), &
eps(2,1,iL), eps(2,2,iL)+1, eps(2,3,iL), &
eps(3,1,iL), eps(3,2,iL), eps(3,3,iL)+1
enddo
close (21)
write (6,*) " Xi_ij matrix calculated"
Expand Down

0 comments on commit d3ac3ea

Please sign in to comment.