Page 1 of 1

Wrong loop in the BSE

Posted: Tue Jun 13, 2017 9:04 pm
by claudio
Hi again

I just report you another small bug in K_correlation_collisions.F

the loop in line 149 for the c->c' case is never executed

Code: Select all

do i_block_p=i_block,i_block,-1
    ....
enddo
I changed in

Code: Select all

do i_block_p=i_block,1,-1
    ....
enddo
like for the valence bands.

Ciao
Claudio

Re: Wrong loop in the BSE

Posted: Sat Jul 29, 2017 8:54 am
by Davide Sangalli
Thanks Claudio,
this should have been already fixed in yambo 4.1.4

D.