Skip to content

Commit

Permalink
Add embd term to scc energy (grimme-lab#892)
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Gorges <58849467+gorges97@users.noreply.github.com>
  • Loading branch information
Albkat authored and gorges97 committed Mar 27, 2024
1 parent 6b0f495 commit de6389a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scf_module.F90
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ subroutine scf(env, mol, wfn, basis, pcem, xtbData, solvation, &
if (.not.allocated(scD4)) then
energy = energy + ed
endif
res%e_elec = eel
res%e_elec = eel + embd
res%e_atom = eat
res%e_rep = ep
res%e_es = ees
Expand Down

0 comments on commit de6389a

Please sign in to comment.