10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 15:12:19 +02:00

removed stupid print in fci

This commit is contained in:
eginer 2024-03-05 19:18:04 +01:00
parent ee4074b3a9
commit 89aaf30460

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)