@@ -672,88 +672,11 @@ add_custom_target(depgraph
672
672
673
673
###########################################################
674
674
# Custom make targets
675
+ # The collection 'pwall' is defined here
676
+ # Each of the followings is defined inside its subdirectory
677
+ # pw ph pp hp pwcond neb cp tddfpt gwl ld1 upf epw
678
+ # xspectra couple all_currents
675
679
###########################################################
676
- add_custom_target (pw
677
- DEPENDS
678
- qe_pw_exe
679
- qe_pw_tools_ibrav2cell_exe
680
- qe_pw_tools_cell2ibrav_exe
681
- qe_pw_tools_ev_exe
682
- qe_pw_tools_kpoints_exe
683
- qe_pw_tools_pwi2xsf_exe
684
- COMMENT
685
- "basic code for scf, structure optimization, MD" )
686
-
687
- add_custom_target (ph
688
- DEPENDS
689
- qe_phonon_ph_exe
690
- qe_phonon_dynmat_exe
691
- qe_phonon_q2r_exe
692
- qe_phonon_dvscf_q2r_exe
693
- qe_phonon_matdyn_exe
694
- qe_phonon_q2qstar_exe
695
- qe_phonon_lambda_exe
696
- qe_phonon_alpha2f_exe
697
- qe_phonon_epa_exe
698
- qe_phonon_fqha_exe
699
- qe_phonon_fd_exe
700
- qe_phonon_fdef_exe
701
- qe_phonon_fdifc_exe
702
- qe_phonon_postahc_exe
703
- COMMENT
704
- "phonon code, Gamma-only and third-order derivatives" )
705
-
706
- add_custom_target (hp
707
- DEPENDS
708
- qe_hp_exe
709
- COMMENT
710
- "calculation of the Hubbard parameters from DFPT" )
711
-
712
- add_custom_target (pwcond
713
- DEPENDS
714
- qe_pwcond_exe
715
- COMMENT
716
- "ballistic conductance" )
717
-
718
- add_custom_target (neb
719
- DEPENDS
720
- qe_neb_exe
721
- qe_neb_pathinterpolation_exe
722
- COMMENT
723
- "code for Nudged Elastic Band method" )
724
-
725
- add_custom_target (pp
726
- DEPENDS
727
- qe_pp_exe
728
- qe_pp_opengrid_exe
729
- qe_pp_average_exe
730
- qe_pp_bands_exe
731
- qe_pp_dos_exe
732
- qe_pp_pawplot_exe
733
- qe_pp_planavg_exe
734
- qe_pp_plotband_exe
735
- qe_pp_plotproj_exe
736
- qe_pp_plotrho_exe
737
- qe_pp_pmw_exe
738
- qe_pp_projwfc_exe
739
- qe_pp_pw2wannier90_exe
740
- qe_pp_pw2critic_exe
741
- qe_pp_wfck2r_exe
742
- qe_pp_initial_state_exe
743
- qe_pp_pw2gw_exe
744
- qe_pp_sumpdos_exe
745
- qe_pp_epsilon_exe
746
- qe_pp_wannierham_exe
747
- qe_pp_wannierplot_exe
748
- qe_pp_molecularpdos_exe
749
- qe_pp_pw2bgw_exe
750
- qe_pp_fermivelocity_exe
751
- qe_pp_fermisurface_exe
752
- qe_pp_fermiproj_exe
753
- qe_pp_ppacf_exe
754
- COMMENT
755
- "postprocessing programs" )
756
-
757
680
add_custom_target (pwall
758
681
DEPENDS
759
682
pw
@@ -763,77 +686,3 @@ add_custom_target(pwall
763
686
neb
764
687
COMMENT
765
688
"same as \" make pw ph pp pwcond neb\" " )
766
-
767
- add_custom_target (cp
768
- DEPENDS
769
- qe_cpv_exe
770
- qe_cpv_manycp_exe
771
- qe_cpv_cppp_exe
772
- qe_cpv_wfdd_exe
773
- COMMENT
774
- "CP code: Car-Parrinello molecular dynamics" )
775
-
776
- add_custom_target (tddfpt
777
- DEPENDS
778
- qe_tddfpt_turbolanczos_exe
779
- qe_tddfpt_turbodavidson_exe
780
- qe_tddfpt_turboeels_exe
781
- qe_tddfpt_turbospectrum_exe
782
- qe_tddfpt_turbomagnons_exe
783
- COMMENT
784
- "time dependent dft code" )
785
-
786
- add_custom_target (gwl
787
- DEPENDS
788
- qe_gww_util_grap_exe
789
- qe_gww_util_abcoefftoeps_exe
790
- qe_gww_util_memorypw4gww_exe
791
- qe_gww_bse_bse_main_exe
792
- qe_gww_gww_exe
793
- qe_gww_gww_fit_exe
794
- qe_gww_head_exe
795
- qe_gww_simple_bse_exe
796
- qe_gww_simple_ip_exe
797
- COMMENT
798
- "GW with Lanczos chains" )
799
-
800
- add_custom_target (ld1
801
- DEPENDS
802
- qe_atomic_exe
803
- COMMENT
804
- "utilities for pseudopotential generation" )
805
-
806
- add_custom_target (upf
807
- DEPENDS
808
- #Library
809
- qe_upflib
810
- #Executables
811
- qe_upflib_virtual_v2_exe
812
- qe_upflib_upfconv_exe
813
- COMMENT
814
- "utilities for pseudopotential conversion" )
815
-
816
- add_custom_target (xspectra
817
- DEPENDS
818
- qe_xspectra_exe
819
- qe_xspectra_spectracorrection_exe
820
- qe_xspectra_molecularnexafs_exe
821
- COMMENT
822
- "X-ray core-hole spectroscopy calculations" )
823
-
824
- add_custom_target (couple
825
- DEPENDS
826
- qe_couple
827
- COMMENT
828
- "library interface for coupling to external codes" )
829
-
830
- add_custom_target (epw
831
- DEPENDS
832
- qe_epw_exe
833
- COMMENT
834
- "electron-Phonon Coupling with wannier functions" )
835
- add_custom_target (all_currents
836
- DEPENDS
837
- qe_qeheat_exe
838
- COMMENT
839
- "QEHeat code to compute energy and electronic density currents" )
0 commit comments