mirror of
https://gitlab.com/scemama/eplf
synced 2025-01-03 01:56:07 +01:00
Bug natural orbitals GAMESS
This commit is contained in:
parent
70da3da1cc
commit
5444388a05
@ -100,6 +100,10 @@ def write_ezfioFile(res,filename):
|
||||
ezfio.mo_basis_mo_tot_num = mo_tot_num
|
||||
|
||||
MoTag = res.mo_types[-1]
|
||||
if MoTag == 'Natural':
|
||||
res.mo_types.pop()
|
||||
MoTag = res.mo_types[-1]
|
||||
print MoTag
|
||||
try:
|
||||
newocc = [0. for i in range(mo_tot_num)]
|
||||
while len(res.occ_num[MoTag]) < mo_tot_num:
|
||||
|
@ -13,7 +13,7 @@ subroutine run
|
||||
do i=-40,40
|
||||
point(3) = real(i)/20.
|
||||
TOUCH point
|
||||
! print *, point(3), eplf_value_p, eplf_up_up, eplf_up_dn
|
||||
print *, point(3), density_alpha_value_p
|
||||
print *, point(3), eplf_value_p, eplf_up_up, eplf_up_dn
|
||||
! print *, point(3), density_beta_value_p
|
||||
enddo
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user