Skip to content

Commit 53ce201

Browse files
committed
change 108_PW_RE_PINT_RKS results
1 parent a30d765 commit 53ce201

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

source/module_esolver/esolver_ks_pw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ void ESolver_KS_PW<T, Device>::before_scf(UnitCell& ucell, const int istep)
387387
dftu->init(ucell, nullptr, this->kv.get_nks());
388388
}
389389

390-
if (!this->already_initpsi || PARAM.inp.init_wfc.substr(0,3)=="nao")
390+
if (!this->already_initpsi)
391391
{
392392
this->p_psi_init->initialize_psi(this->psi, this->kspw_psi, this->p_hamilt, GlobalV::ofs_running);
393393
this->already_initpsi = true;
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
etotref -253.6810827448125281
2-
etotperatomref -63.4202706862
3-
totalforceref 0.078204
4-
totalstressref 2.142930
5-
totaltimeref 6.31
1+
etotref -253.6810826648282671
2+
etotperatomref -63.4202706662
3+
totalforceref 0.078418
4+
totalstressref 2.159478
5+
totaltimeref 5.48

0 commit comments

Comments
 (0)