<div dir="ltr">Hi, everyone:<div><br></div><div>I have one question on the exxinit subroutine in exx.f90:</div><div><br></div><div>It seems that in this subroutine and the exx_set_symm subroutine, all symmetries including inversion (improper rotation) are not explicitly considered in the non-collinear case.</div><div>That is, the command, abs(index_sym(ikq)) is used in both subroutines, thus, only corresponding symmetries without inversion are considered.</div><div>(In these subroutines, the symmetry including inversion is denoted by the minus index.)<br></div><div><br></div><div>In collinear case, the following line is added to consider the effect of inversion:</div><div>IF (index_sym(ikq) < 0 ) psic(1:nrxxs) = conjg(psic(1:nrxxs))<br></div><div><br></div><div>However, in the non-collinear case, I can't find such lines needed to consider inversion symmetry.</div><div><br></div><div>I think that since inversion symmetry has no effect in 2x2 spin-rotation matrix, it is necessary to consider inversion symmetry in 3x3 rotation matrix.</div><div><br></div><div>Do I miss something?</div><div><br></div><div>Sincerely,</div><div><br></div><div>Hyungjun Lee</div><div><br></div><div><br></div><div><br></div></div>