Skip to content

Commit 79f77c2

Browse files
committed
ADC(4) full matrix version
1 parent 3f985e4 commit 79f77c2

3 files changed

Lines changed: 485 additions & 913 deletions

File tree

src/ADC/R_ADC.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ subroutine R_ADC(dotest, &
7676

7777
double precision :: start_ADC,end_ADC,t_ADC
7878
logical :: do_IPEA,do_EE
79-
double precision,parameter :: flow = 1d6
79+
double precision,parameter :: flow = 500d0
8080

8181
logical :: do_hierarchy_GW = .false.
8282
logical :: do_1h1p,do_1h,do_diag

src/ADC/R_ADC3x_G3W2.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,6 @@ subroutine R_ADC3x_G3W2(dotest,sig_inf,TDA_W,flow,nBas,nOrb,nC,nO,nV,nR,nS,ENuc,
635635

636636
end if
637637

638-
639638
call wall_time(end_time)
640639

641640
time = end_time - start_time

0 commit comments

Comments
 (0)