Skip to content

Commit

Permalink
Changed app/elphbolt back to previous state
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaulzc committed Oct 25, 2024
1 parent 9f0aba8 commit 88e9e71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/elphbolt.f90
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ program elphbolt

!!$ !TEST/DUBUG
!!$ !Calculate RPA dielectric for q over Gamma-Gamma along x over a uniform boson energy mesh
call t_event%start_timer('RPA dielectric')
!call calculate_RPA_dielectric_3d_G0_scratch(el, crys, num, wann)
call calculate_RPA_dielectric_3d_G0_scratch(el, crys, num, wann)
call t_event%end_timer('RPA dielectric')
call exit
!!$ call t_event%start_timer('RPA dielectric')
!!$ !call calculate_RPA_dielectric_3d_G0_scratch(el, crys, num, wann)
!!$ call calculate_RPA_dielectric_3d_G0_scratch(el, crys, num, wann)
!!$ call t_event%end_timer('RPA dielectric')
!!$ call exit
!!$ !!

if(num%phdef_Tmat) then
Expand Down

0 comments on commit 88e9e71

Please sign in to comment.