Skip to content

Commit

Permalink
Modify SCF QC output
Browse files Browse the repository at this point in the history
  • Loading branch information
ishimura committed Aug 12, 2021
1 parent 8d15f1c commit 95cca7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scflib.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ subroutine rhfqc(fock,cmo,qcrmax,qcvec,qcmat,qcmatsave,qceigen,overlap,xint, &
!$OMP end parallel do
qcnorm= sqrt(qcnorm)
!
if(datacomp%master) &
if(datacomp%master.and.(datajob%iprint >= 2)) &
& write(datacomp%iout,'(5x,"QC Cycle ",i2," : Norm = ",1p,e10.3)') itdav-1, qcnorm
!
! Check convergence
Expand Down Expand Up @@ -1642,7 +1642,7 @@ subroutine uhfqc(focka,fockb,cmoa,cmob,qcrmax,qcvec, &
!$OMP end parallel do
qcnorm= sqrt(qcnorm)
!
if(datacomp%master) &
if(datacomp%master.and.(datajob%iprint >= 2)) &
& write(datacomp%iout,'(5x,"QC Cycle ",i2," : Norm = ",1p,e10.3)') itdav-1, qcnorm
!
! Check convergence
Expand Down

0 comments on commit 95cca7c

Please sign in to comment.