mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 18:16:28 +01:00
Removed debug print from local energy. #41
This commit is contained in:
parent
1d9d6b0f65
commit
ad9ae8daf9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user