Skip to content

Commit

Permalink
Change threshold in NPA
Browse files Browse the repository at this point in the history
  • Loading branch information
ishimura committed Jul 26, 2021
1 parent 1584c88 commit 4f611f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prop.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ subroutine calcprenao2(pnao,snao,trans,worktrans,work,wnao,maxang,maxsize,infoba
integer,intent(out) :: list2(databasisnpa2%nao), numlnrb, numsnrb
integer :: iatom, iang, ishell, jshell, iao, jao, numshell, nao
integer :: locnrbshell, listtmp(databasisnpa2%nao), loclnrb, locsnrb
real(8),parameter :: zero=0.0D+00, one=1.0D+00, wthresh=1.0D-02
real(8),parameter :: zero=0.0D+00, one=1.0D+00, wthresh=1.0D-03
real(8),intent(inout) :: pnao(databasisnpa2%nao,databasisnpa2%nao)
real(8),intent(inout) :: snao(databasisnpa2%nao,databasisnpa2%nao)
real(8),intent(inout) :: trans(databasisnpa2%nao,databasisnpa2%nao)
Expand Down

0 comments on commit 4f611f6

Please sign in to comment.