4
1
mirror of https://github.com/pfloos/quack synced 2024-06-18 03:05:31 +02:00

fix bug in GF

This commit is contained in:
Pierre-Francois Loos 2022-01-06 21:41:12 +01:00
parent e1f67c94d4
commit 3d4ef5bece
3 changed files with 10 additions and 8 deletions

View File

@ -11,11 +11,11 @@
# RPA* RPAx* crRPA ppRPA
F F F F
# G0F2* evGF2* qsGF2* G0F3 evGF3
F F F F F
F F T F F
# G0W0* evGW* qsGW* ufG0W0 ufGW
F F F F F
# G0T0 evGT qsGT
F F T
F F F
# MCMP2
F
# * unrestricted version available

View File

@ -94,6 +94,8 @@ subroutine qsGF2(maxSCF,thresh,max_diis,BSE,TDA,dBSE,dTDA,evDyn,singlet,triplet,
nBasSq = nBas*nBas
print*,maxSCF
! TDA
if(TDA) then

View File

@ -197,13 +197,13 @@ subroutine read_options(maxSCF_HF,thresh_HF,DIIS_HF,n_diis_HF,guess_type,ortho_t
! Read GF options
maxSCF_GF = 64
thresh_GF = 1d-5
DIIS_GF = .false.
n_diis_GF = 5
maxSCF_GT = 64
thresh_GT = 1d-5
DIIS_GT = .false.
n_diis_GT = 5
linGF = .false.
eta_GF = 0d0
regGF = .false.
eta_GT = 0d0
regGT = .false.
TDA_T = .false.
read(1,*)