Skip to content

Commit 26a45ee

Browse files
committed
Keep out_wfc_r temporarily
1 parent b9e83cb commit 26a45ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/module_esolver/esolver_ks_pw.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -939,10 +939,10 @@ void ESolver_KS_PW<T, Device>::after_all_runners(UnitCell& ucell)
939939
//! The write_psi_r_1 interface will be removed in the very
940940
//! near future. Don't use it!
941941
//----------------------------------------------------------
942-
// if (PARAM.inp.out_wfc_r == 1) // Peize Lin add 2021.11.21
943-
// {
944-
// ModuleIO::write_psi_r_1(ucell, this->psi[0], this->pw_wfc, "wfc_realspace", true, this->kv);
945-
// }
942+
if (PARAM.inp.out_wfc_r == 1) // Peize Lin add 2021.11.21
943+
{
944+
ModuleIO::write_psi_r_1(ucell, this->psi[0], this->pw_wfc, "wfc_realspace", true, this->kv);
945+
}
946946

947947
const std::vector<int> out_wfc_norm = PARAM.inp.out_wfc_norm;
948948
const std::vector<int> out_wfc_re_im = PARAM.inp.out_wfc_re_im;

0 commit comments

Comments
 (0)