File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ add_library(
22 psi
33 OBJECT
44 psi.cpp
5- wfinit.cpp
65)
76
87add_library (
@@ -14,6 +13,7 @@ add_library(
1413 psi_initializer_atomic_random.cpp
1514 psi_initializer_nao.cpp
1615 psi_initializer_nao_random.cpp
16+ wfinit.cpp
1717)
1818
1919if (ENABLE_COVERAGE)
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ class Exx_Lip
3434 Exx_Lip (const Exx_Info::Exx_Info_Lip& info_in,
3535 const ModuleSymmetry::Symmetry& symm,
3636 K_Vectors* kv_ptr_in,
37- // wavefunc* wf_ptr_in,
3837 psi::WFInit<T, Device>* wf_ptr_in,
3938 psi::Psi<T, Device>* kspw_psi_ptr_in,
4039 const ModulePW::PW_Basis_K* wfc_basis_in,
@@ -73,7 +72,6 @@ class Exx_Lip
7372 struct k_package
7473 {
7574 K_Vectors* kv_ptr = nullptr ;
76- // wavefunc* wf_ptr;
7775 psi::Psi<T, Device>* kspw_psi_ptr = nullptr ; // /< PW wavefunction
7876 psi::WFInit<T, Device>* wf_ptr = nullptr ;
7977 ModuleBase::matrix wf_wg;
Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ Exx_Lip<T, Device>::Exx_Lip(
8787 K_Vectors* kv_ptr_in,
8888 psi::WFInit<T, Device>* wf_ptr_in,
8989 psi::Psi<T, Device>* kspw_psi_ptr_in,
90- // wavefunc* wf_ptr_in,
9190 const ModulePW::PW_Basis_K* wfc_basis_in,
9291 const ModulePW::PW_Basis* rho_basis_in,
9392 const Structure_Factor& sf,
You can’t perform that action at this time.
0 commit comments