10
0
mirror of https://github.com/LCPQ/quantum_package synced 2025-01-10 21:18:29 +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 exit
endif endif
bielec_tmp_1(i) = c*bielec_tmp_3(i,j0,k0) bielec_tmp_1(i) = c*bielec_tmp_3(i,j0,k0)
! enddo enddo
!
! do i = 1, min(k,j1-i1) do i = 1, min(k,j1-i1)
if (abs(bielec_tmp_1(i)) < mo_integrals_threshold) then if (abs(bielec_tmp_1(i)) < mo_integrals_threshold) then
cycle cycle
endif endif