Skip to content

Commit

Permalink
Removed some debug level stuff from the maniest and elphbolt app.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakib committed Oct 22, 2024
1 parent 2ade68c commit 4b99a25
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 29 deletions.
5 changes: 1 addition & 4 deletions app/elphbolt.f90
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,12 @@ program elphbolt
use bz_sums, only: calculate_dos, calculate_qTF, calculate_el_dos_fermi, calculate_el_Ws
use interactions, only: calculate_gReq, calculate_gkRp, &
calculate_eph_interaction_ibzq, calculate_eph_interaction_ibzk, &
calculate_echimp_interaction_ibzk!, calculate_3ph_interaction
calculate_echimp_interaction_ibzk, calculate_3ph_interaction
use phonon_defect_module, only: phonon_defect
use Green_function, only: calculate_retarded_phonon_D0
use nano_module, only: nanostructure
use bte_nano_module, only: bte_nano
use screening_module, only: calculate_RPA_dielectric_3d_G0_scratch

!DBG
use ph_ph_module, only: calculate_3ph_interaction=>calculate_3ph_interaction_permsym

implicit none

Expand Down
50 changes: 25 additions & 25 deletions fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,41 +49,41 @@ name="superconda"
source-dir="app"
main="superconda.f90"

[[executable]]
name="test_V_perm_symm"
source-dir="app"
main="test_V_perm_symm.f90"
#[[executable]]
#name="test_V_perm_symm"
#source-dir="app"
#main="test_V_perm_symm.f90"

[[executable]]
name = "screening_comparison"
source-dir="src"
main = "screening_comparison.f90"

#[[test]]
#name = "test_misc"
#source-dir="test"
#main = "test_misc.f90"
#
#[[test]]
#name = "test_autodiff"
#source-dir="test"
#main = "test_autodiff.f90"
#
#[[test]]
#name = "test_periodictable"
#source-dir="test"
#main = "test_periodictable.f90"
#
#[[test]]
#name = "test_vector"
#source-dir="test"
#main = "test_vector.f90"
#
[[test]]
name = "test_misc"
source-dir="test"
main = "test_misc.f90"

[[test]]
name = "test_autodiff"
source-dir="test"
main = "test_autodiff.f90"

[[test]]
name = "test_periodictable"
source-dir="test"
main = "test_periodictable.f90"

[[test]]
name = "test_vector"
source-dir="test"
main = "test_vector.f90"

#[[test]]
#name = "check_interactions_symmetries"
#source-dir="test"
#main = "check_interactions_symmetries.f90"
#

[[test]]
name = "bte_regression"
source-dir="test"
Expand Down

0 comments on commit 4b99a25

Please sign in to comment.