mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
minor change
This commit is contained in:
parent
7553910c78
commit
035eb7d68d
1 changed files with 7 additions and 0 deletions
|
|
@ -1718,6 +1718,13 @@ c
|
|||
& 'Calculation failed to converge', 20, .true.)
|
||||
write(LuOut,*)
|
||||
endif
|
||||
c
|
||||
c Tally up last energy
|
||||
if (nExc.eq.1)then
|
||||
Etnew = Ecore + Ecoul + Exc(1) + Edisp
|
||||
else
|
||||
Etnew = Ecore + Ecoul + Exc(1) + Exc(2) + Edisp
|
||||
endif
|
||||
c
|
||||
dft_time = dft_time+util_cpusec()
|
||||
if (nexc.le.1)then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue