mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
restore smearing T*S contribution to the total energy removed by commit 035eb7d68d
This commit is contained in:
parent
f5a8c1863f
commit
315bee48e2
1 changed files with 4 additions and 2 deletions
|
|
@ -1999,10 +1999,12 @@ c Tally up last energy
|
|||
c
|
||||
if (nExc.eq.1)then
|
||||
c jbecca START: adding in eelec here
|
||||
Etnew = Ecore + Ecoul + Exc(1) + Edisp + eelec
|
||||
Etnew = Ecore + Ecoul + Exc(1) + Edisp + eelec +
|
||||
T tdots
|
||||
else
|
||||
c jbecca START: adding in eelec here
|
||||
Etnew = Ecore + Ecoul + Exc(1) + Exc(2) + Edisp + eelec
|
||||
Etnew = Ecore + Ecoul + Exc(1) + Exc(2) + Edisp +
|
||||
E eelec + tdots
|
||||
endif
|
||||
c
|
||||
c Add in cosmo contributions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue