Skip to content

Commit

Permalink
Add charge and uhf information into setup
Browse files Browse the repository at this point in the history
Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>
  • Loading branch information
Albkat committed Feb 2, 2024
1 parent a523bf1 commit fbbe933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/prog/main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,6 @@ subroutine xtbMain(env, argParser)


end select

!-------------------------------------------------------------------------
!> DIPRO calculation of coupling integrals for dimers
if (dipro%diprocalc) then
Expand Down
2 changes: 2 additions & 0 deletions src/scf_module.F90
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,8 @@ subroutine scf(env, mol, wfn, basis, pcem, xtbData, solvation, &
write(env%unit,scifmt) "-> SCF convergence ",scfconv, "Eh "
write(env%unit,scifmt) "-> wf. convergence ",qconv, "e "
write(env%unit,dblfmt) "Broyden damping ",set%broydamp," "
write(env%unit,intfmt) "net charge ",set%ichrg
write(env%unit,intfmt) "unpaired electrons ",set%nalphabeta
write(env%unit,'(10x,51("."))')
endif

Expand Down

0 comments on commit fbbe933

Please sign in to comment.