Skip to content

Commit

Permalink
Commented out the testing stuff from the main app.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakib committed Nov 4, 2024
1 parent 5ae5974 commit 40c317b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/elphbolt.f90
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,14 @@ program elphbolt

call subtitle("Calculating interactions...")

!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
!!
!!$ !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
!!$ !!

if(num%phdef_Tmat) then
!Calculate phonon-defect interactions
Expand Down

0 comments on commit 40c317b

Please sign in to comment.