removed stupid print in fci
continuous-integration/drone/push Build is failing Details

This commit is contained in:
eginer 2024-03-05 19:18:04 +01:00
parent ee4074b3a9
commit 89aaf30460
1 changed files with 3 additions and 3 deletions

View File

@ -889,9 +889,9 @@ subroutine fill_buffer_$DOUBLE(i_generator, sp, h1, h2, bannedOrb, banned, fock_
w *= dsqrt(dble(n))
endif
if(dabs(w).gt.1.d-5)then
print*,w,buf%mini
endif
! if(dabs(w).gt.1.d-5)then
! print*,w,buf%mini
! endif
if(w <= buf%mini) then
call add_to_selection_buffer(buf, det, w)