10
1
mirror of https://github.com/pfloos/quack synced 2025-05-06 15:14:55 +02:00

changed flow param in cmplx ev methods to same as in qs (500)

This commit is contained in:
lburth 2025-04-29 15:39:14 +02:00
parent 118631ddce
commit 6755b49609
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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