diff --git a/app/elphbolt.f90 b/app/elphbolt.f90 index a65a3f7..4aaaf9e 100644 --- a/app/elphbolt.f90 +++ b/app/elphbolt.f90 @@ -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 diff --git a/fpm.toml b/fpm.toml index a64e5e7..617da86 100644 --- a/fpm.toml +++ b/fpm.toml @@ -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"