<div>Dear all,<br> I found it maybe a tiny bug from line 50 of SRC_irrep/kptin.f,which reads that</div>
<div> </div>
<div> if(2.eq.1) then</div>
<div> DO 250 I=1,NV<br> A(I,NNE)=CONJG(A(I,NNE))<br> B(I,NNE)=CONJG(B(I,NNE))<br> 250 CONTINUE<br> endif</div>
<div><br>For 2.eq.1 just only giving 'false',I think it should be </div>
<div>if(FL(2).eq.FL(1)) then .......<br> </div>
<div>I am using an old version of wien2k (03).<br><br>Best regards, Jun</div>