restore smearing T*S contribution to the total energy removed by commit 035eb7d68d

This commit is contained in:
edoapra 2019-11-18 18:47:11 -08:00
parent f5a8c1863f
commit 315bee48e2
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -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