Skip to content

Commit

Permalink
Do not skip overlap integrals close to zero
Browse files Browse the repository at this point in the history
Signed-off-by: Igor S. Gerasimov <[email protected]>
  • Loading branch information
foxtran committed Mar 4, 2025
1 parent 0da2327 commit 7f6ac57
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/scf_module.F90
Original file line number Diff line number Diff line change
Expand Up @@ -592,11 +592,6 @@ subroutine scf(env, mol, wfn, basis, pcem, xtbData, solvation, &
iat=basis%aoat2(ii)
do jj=1,ii-1
jat=basis%aoat2(jj)
if(abs(S(jj,ii)).lt.neglect) then
S(jj,ii)=0.0_wp
S(ii,jj)=0.0_wp
cycle
endif
nmat=nmat+1
matlist(1,nmat)=ii
matlist(2,nmat)=jj
Expand Down

0 comments on commit 7f6ac57

Please sign in to comment.