Skip to content

Commit

Permalink
Add embd term to scc energy (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
Albkat authored Oct 31, 2023
1 parent 82e5569 commit 98043ed
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 98043ed

Please sign in to comment.