mirror of
https://github.com/pfloos/quack
synced 2024-12-23 04:43:53 +01:00
fix bug in GF
This commit is contained in:
parent
e1f67c94d4
commit
3d4ef5bece
@ -11,11 +11,11 @@
|
|||||||
# RPA* RPAx* crRPA ppRPA
|
# RPA* RPAx* crRPA ppRPA
|
||||||
F F F F
|
F F F F
|
||||||
# G0F2* evGF2* qsGF2* G0F3 evGF3
|
# G0F2* evGF2* qsGF2* G0F3 evGF3
|
||||||
F F F F F
|
F F T F F
|
||||||
# G0W0* evGW* qsGW* ufG0W0 ufGW
|
# G0W0* evGW* qsGW* ufG0W0 ufGW
|
||||||
F F F F F
|
F F F F F
|
||||||
# G0T0 evGT qsGT
|
# G0T0 evGT qsGT
|
||||||
F F T
|
F F F
|
||||||
# MCMP2
|
# MCMP2
|
||||||
F
|
F
|
||||||
# * unrestricted version available
|
# * unrestricted version available
|
||||||
|
@ -94,6 +94,8 @@ subroutine qsGF2(maxSCF,thresh,max_diis,BSE,TDA,dBSE,dTDA,evDyn,singlet,triplet,
|
|||||||
|
|
||||||
nBasSq = nBas*nBas
|
nBasSq = nBas*nBas
|
||||||
|
|
||||||
|
print*,maxSCF
|
||||||
|
|
||||||
! TDA
|
! TDA
|
||||||
|
|
||||||
if(TDA) then
|
if(TDA) then
|
||||||
|
@ -197,13 +197,13 @@ subroutine read_options(maxSCF_HF,thresh_HF,DIIS_HF,n_diis_HF,guess_type,ortho_t
|
|||||||
|
|
||||||
! Read GF options
|
! Read GF options
|
||||||
|
|
||||||
maxSCF_GF = 64
|
maxSCF_GT = 64
|
||||||
thresh_GF = 1d-5
|
thresh_GT = 1d-5
|
||||||
DIIS_GF = .false.
|
DIIS_GT = .false.
|
||||||
n_diis_GF = 5
|
n_diis_GT = 5
|
||||||
linGF = .false.
|
linGF = .false.
|
||||||
eta_GF = 0d0
|
eta_GT = 0d0
|
||||||
regGF = .false.
|
regGT = .false.
|
||||||
TDA_T = .false.
|
TDA_T = .false.
|
||||||
|
|
||||||
read(1,*)
|
read(1,*)
|
||||||
|
Loading…
Reference in New Issue
Block a user