Skip to content

Commit

Permalink
tweaking for cis reference
Browse files Browse the repository at this point in the history
  • Loading branch information
madbosun committed Mar 8, 2016
1 parent 8449a1d commit 152ad14
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/sialx/qm/fef_cis_ccpt2.sialx
Original file line number Diff line number Diff line change
Expand Up @@ -2835,6 +2835,9 @@ do kstate
print kstate
print " "

etemp = Ek[kstate]
if etemp > 0.0001

#call setroot_MOI
call setroot
call form_Caibj
Expand All @@ -2857,18 +2860,26 @@ do kstate
FEF_CIS_CCPT_EE_Ev[kstate:kstate] = etemp
print FEF_CIS_CCPT_EE_Ev[kstate:kstate]

endif

enddo kstate
print " "
print "######################################################"
print "FEF-CIS-CCPT(2) complete"
print "FINAL Excitation energies"
print " "
do kstate
print FEF_CIS_CCPT_EE_Energy[kstate:kstate]
etemp = Ek[kstate]
if etemp > 0.0001
print FEF_CIS_CCPT_EE_Energy[kstate:kstate]
endif
enddo kstate
print " "
do kstate
print FEF_CIS_CCPT_EE_Ev[kstate:kstate]
etemp = Ek[kstate]
if etemp > 0.0001
print FEF_CIS_CCPT_EE_Ev[kstate:kstate]
endif
enddo kstate


Expand Down

0 comments on commit 152ad14

Please sign in to comment.