mirror of
https://github.com/pfloos/quack
synced 2024-11-07 06:33:55 +01:00
fix bug linGF
This commit is contained in:
parent
0196fc3a4e
commit
2fa1010fd9
@ -195,13 +195,13 @@ subroutine read_options(maxSCF_HF,thresh_HF,DIIS_HF,n_diis_HF,guess_type,ortho_t
|
|||||||
if(answer8 == 'T') regGW = .true.
|
if(answer8 == 'T') regGW = .true.
|
||||||
if(.not.DIIS_GW) n_diis_GW = 1
|
if(.not.DIIS_GW) n_diis_GW = 1
|
||||||
|
|
||||||
! Read GF options
|
! Read GT options
|
||||||
|
|
||||||
maxSCF_GT = 64
|
maxSCF_GT = 64
|
||||||
thresh_GT = 1d-5
|
thresh_GT = 1d-5
|
||||||
DIIS_GT = .false.
|
DIIS_GT = .false.
|
||||||
n_diis_GT = 5
|
n_diis_GT = 5
|
||||||
linGF = .false.
|
linGT = .false.
|
||||||
eta_GT = 0d0
|
eta_GT = 0d0
|
||||||
regGT = .false.
|
regGT = .false.
|
||||||
TDA_T = .false.
|
TDA_T = .false.
|
||||||
|
Loading…
Reference in New Issue
Block a user