This commit is contained in:
Anthony Scemama 2021-05-24 16:05:15 +02:00
parent 0195aaa166
commit 91f809b973
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ BEGIN_PROVIDER [ double precision, E_loc ]
enddo
! Avoid divergence of E_loc and population explosion
if (do_pseudo .and. qmc_method == 'DMC' ) then
if (do_pseudo .and. (qmc_method == t_DMC) ) then
double precision :: delta_e
delta_e = E_loc-E_ref
E_loc = E_ref + delta_e * dexp(-dabs(delta_e)*time_step_sq)