Skip to content

Commit

Permalink
change set to mol
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 3, 2024
1 parent fbbe933 commit ec8565d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scf_module.F90
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +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,intfmt) "net charge ",nint(mol%chrg)
write(env%unit,intfmt) "unpaired electrons ",mol%uhf
write(env%unit,'(10x,51("."))')
endif

Expand Down

0 comments on commit ec8565d

Please sign in to comment.