Skip to content

Commit 3563d82

Browse files
committed
move the test code to the right place
1 parent f6e057c commit 3563d82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/module_io/write_vxc.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,10 @@ void write_Vxc(const int nspin,
284284
vexxonly_op_ao.contributeHk(ik);
285285
std::vector<TK> vexx_k_mo = cVc(vexxonly_k_ao.get_hk(), &psi(ik, 0, 0), nbasis, nbands, *pv, p2d);
286286
e_orb_exx.emplace_back(orbital_energy(ik, nbands, vexx_k_mo, p2d));
287+
// ======test=======
288+
// exx_energy += all_band_energy(ik, vexx_k_mo, p2d, wg);
289+
// ======test=======
287290
}
288-
// ======test=======
289-
// exx_energy += all_band_energy(ik, vexx_k_mo, p2d, wg);
290-
// ======test=======
291291
#endif
292292
if (PARAM.inp.dft_plus_u)
293293
{

0 commit comments

Comments
 (0)