10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-12-23 04:43:50 +01:00

Bug in integrals

This commit is contained in:
Anthony Scemama 2016-10-10 17:08:53 +02:00
parent 764a46230f
commit 6e897584e9

View File

@ -240,9 +240,9 @@ subroutine add_integrals_to_map(mask_ijkl)
exit
endif
bielec_tmp_1(i) = c*bielec_tmp_3(i,j0,k0)
! enddo
!
! do i = 1, min(k,j1-i1)
enddo
do i = 1, min(k,j1-i1)
if (abs(bielec_tmp_1(i)) < mo_integrals_threshold) then
cycle
endif