Skip to content

Commit 24ff6a7

Browse files
committed
just save
1 parent 52f4412 commit 24ff6a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/module_rdmft/rdmft.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ void RDMFT<TK, TR>::cal_V_XC()
693693
&Vxc_fromRI_c->Hexxs
694694
);
695695
}
696-
V_exx_XC->contributeHR();
696+
// V_exx_XC->contributeHR();
697697
}
698698
}
699699

@@ -888,8 +888,8 @@ void RDMFT<TK, TR>::cal_Energy(const int cal_type)
888888

889889
std::cout << std::fixed << std::setprecision(10) << "******\nE(TV + Hartree + XC) by RDMFT: " << E_RDMFT[3] << "\n\nETV_RDMFT: "
890890
<< E_RDMFT[0] << "\nEhartree_RDMFT: " << E_RDMFT[1] << "\nExc_RDMFT: " << E_RDMFT[2] << "\nE_Ewald: " << E_Ewald
891-
<< "\nE_entropy(-TS): " << E_entropy << "\nE_descf: " << E_descf << "\n\nEtotal_RDMFT: " << Etotal << "\nExc_dft: " << E_xc_KS
892-
<< "\nE_exx_KS: " << E_exx_KS <<"\n******\n\n" << std::endl;
891+
<< "\nE_entropy(-TS): " << E_entropy << "\nE_descf: " << E_descf << "\n\nEtotal_RDMFT: " << Etotal << "\nExc_ksdft: " << E_xc_KS
892+
<< "\nE_exx_ksdft: " << E_exx_KS <<"\n******\n\n" << std::endl;
893893

894894
std::cout << "\nE_deband_KS: " << E_deband_KS << "\nE_deband_harris_KS: " << E_deband_harris_KS << "\n\n" << std::endl;
895895
}
@@ -899,8 +899,8 @@ void RDMFT<TK, TR>::cal_Energy(const int cal_type)
899899

900900
std::cout << std::fixed << std::setprecision(10) << "******\nE(TV + Hartree + XC) by RDMFT: " << E_RDMFT[3] << "\n\nETV_RDMFT: "
901901
<< E_RDMFT[0] << "\nE_hartree_RDMFT: " << E_RDMFT[1] << "\nExc_" << XC_func_rdmft << "_RDMFT: " << E_RDMFT[2] << "\nE_Ewald: " << E_Ewald
902-
<< "\nE_entropy(-TS): " << E_entropy << "\nE_descf: " << E_descf << "\n\nEtotal_RDMFT: " << Etotal << "\nExc_dft: " << E_xc_KS
903-
<< "\nE_exx_KS: " << E_exx_KS <<"\n******\n\n" << std::endl;
902+
<< "\nE_entropy(-TS): " << E_entropy << "\nE_descf: " << E_descf << "\n\nEtotal_RDMFT: " << Etotal << "\nExc_ksdft: " << E_xc_KS
903+
<< "\nE_exx_ksdft: " << E_exx_KS <<"\n******\n\n" << std::endl;
904904

905905
std::cout << "\netxc: " << etxc << "\nvtxc: " << vtxc << "\n";
906906

0 commit comments

Comments
 (0)