1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-08-17 19:01:43 +02:00

Removed debug print from local energy. #41

This commit is contained in:
v1j4y 2021-10-28 13:00:20 +02:00
parent 1d9d6b0f65
commit ad9ae8daf9

View File

@ -994,7 +994,6 @@ integer function qmckl_compute_potential_energy_f(context, walk_num, &
endif
e_pot = 0.0d0 + repulsion
print *,repulsion
do iwalk = 1, walk_num
e_pot(iwalk) = e_pot(iwalk) + ee_pot(iwalk) + en_pot(iwalk)
end do