1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-18 08:53:47 +02:00

fixed debug comment. #41

This commit is contained in:
v1j4y 2021-10-25 19:25:13 +02:00
parent a94f446dd0
commit 5ea5e83c6c

View File

@ -427,8 +427,8 @@ integer function qmckl_compute_kinetic_energy_f(context, walk_num, &
do imo = 1, beta_num
do ielec = 1, beta_num
mo_id = mo_index_beta(ielec, iwalk, idet)
e_kin(iwalk) = e_kin(iwalk) - 0.5d0 * det_adj_matrix_beta(imo, ielec, iwalk, idet)
! mo_vgl(mo_id, ielec, 5)
e_kin(iwalk) = e_kin(iwalk) - 0.5d0 * det_adj_matrix_beta(imo, ielec, iwalk, idet) * &
mo_vgl(mo_id, ielec, 5)
end do
end do
end do