mirror of
https://github.com/pfloos/quack
synced 2024-12-22 12:23:42 +01:00
fix RPAx
This commit is contained in:
parent
5cf9919143
commit
6653cea635
@ -220,7 +220,7 @@ subroutine rCCD(dotest,maxSCF,thresh,max_diis,nBasin,nCin,nOin,nVin,nRin,ERI,ENu
|
|||||||
|
|
||||||
! EE-EOM-CCD (1h1p)
|
! EE-EOM-CCD (1h1p)
|
||||||
|
|
||||||
if(do_EE_EOM_CC_1h1p) call EE_EOM_CCD_1h1p(nC,nO,nV,nR,eO,eV,OOVV,OVVO,t)
|
! if(do_EE_EOM_CC_1h1p) call EE_EOM_CCD_1h1p(nC,nO,nV,nR,eO,eV,OOVV,OVVO,t)
|
||||||
|
|
||||||
|
|
||||||
if(dotest) then
|
if(dotest) then
|
||||||
|
@ -94,13 +94,9 @@ subroutine phRRPAx(dotest,TDA,doACFDT,exchange_kernel,singlet,triplet,nBas,nC,nO
|
|||||||
|
|
||||||
end if
|
end if
|
||||||
|
|
||||||
if(exchange_kernel) then
|
|
||||||
|
|
||||||
EcRPA(1) = 0.5d0*EcRPA(1)
|
EcRPA(1) = 0.5d0*EcRPA(1)
|
||||||
EcRPA(2) = 1.5d0*EcRPA(2)
|
EcRPA(2) = 1.5d0*EcRPA(2)
|
||||||
|
|
||||||
end if
|
|
||||||
|
|
||||||
write(*,*)
|
write(*,*)
|
||||||
write(*,*)'-------------------------------------------------------------------------------'
|
write(*,*)'-------------------------------------------------------------------------------'
|
||||||
write(*,'(2X,A50,F20.10,A3)') 'Tr@phRPAx@RHF correlation energy (singlet) = ',EcRPA(1),' au'
|
write(*,'(2X,A50,F20.10,A3)') 'Tr@phRPAx@RHF correlation energy (singlet) = ',EcRPA(1),' au'
|
||||||
|
Loading…
Reference in New Issue
Block a user