mirror of
https://github.com/pfloos/quack
synced 2025-05-06 07:05:33 +02:00
changed flow param in cmplx ev methods to same as in qs (500)
This commit is contained in:
parent
118631ddce
commit
6755b49609
@ -94,7 +94,7 @@ subroutine complex_evRGF2(dotest,dophBSE,doppBSE,TDA,dBSE,dTDA,maxSCF,thresh,max
|
||||
rcond = 0d0
|
||||
Re_Z(:) = 0d0
|
||||
Im_Z(:) = 0d0
|
||||
flow = 100d0
|
||||
flow = 500d0
|
||||
|
||||
!------------------------------------------------------------------------
|
||||
! Main SCF loop
|
||||
|
@ -93,7 +93,7 @@ subroutine complex_evRGW(dotest,maxSCF,thresh,max_diis,doACFDT,exchange_kernel,d
|
||||
|
||||
! SRG regularization
|
||||
|
||||
flow = 100d0
|
||||
flow = 500d0
|
||||
|
||||
if(doSRG) then
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user