Skip to content

Commit

Permalink
-sty 0 format fixed with libcint
Browse files Browse the repository at this point in the history
  • Loading branch information
mdewergi committed Feb 11, 2025
1 parent 4b1f8e8 commit 22c76c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libcint.f
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ subroutine overlap(ncent,nprims,nbf,overlap_AO)
orb_cart(10,10)=3
! For cartesian basis libcint uses d and f not normalized
if(spherical)then
norm_cart=1.0
norm_cart=1.0d0
else
norm_cart=1.0d0
norm_cart(6,1)=1.0d0
Expand Down
2 changes: 1 addition & 1 deletion readbasmold.f
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ subroutine readmold(mform,imethod,ncent,nmo,nbf,nprims,cc,ccspin

if(imethod*nbf.gt.nmo)then
write(*,*) 'spherical AO basis'
if(mform==1.or.mform==2)then
if(mform==0.or.mform==1.or.mform==2)then
spherical=.true.
else
spherical=.false.
Expand Down

0 comments on commit 22c76c3

Please sign in to comment.