Hi, Flo,<br><br>  Thank you very much for your clarification. I was previously confused by the definition of overlap matrix, SMO. Now, I agree with you that the permutation operator is somehow problematic, and look forward to checking out your updated et_coupling codes.<br>
<br>Hanning<br>  <br><br><div class="gmail_quote">On Thu, Nov 25, 2010 at 5:07 AM, flo <span dir="ltr"><<a href="mailto:fsch...@pci.uzh.ch">fsch...@pci.uzh.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Hanning,<br>
<br>
thanks for looking into it. The index problem is solved in a bit a<br>
hidden way. The definition of SMO in cp2k is<br>
C_2^T S C_1 = SMO =S_21<br>
note here as S, the overlap is symmetric it is valid<br>
S_21^T=(C_2^T S C_1)^T=C_1^T S C_2=S_12<br>
furthermore the definition of the matrices<br>
rest_MO(1)=C_2^T V C_1=V_21   and  rest_MO(2)=C_1^T V C_2=V_12<br>
as b is computed as<br>
rest_MO(2) _kj * (S_21)^-1_kj<br>
this is equivalent to<br>
(V_12)_kj*(S_21)^-1_kj= (V_12)_kj * [(S_21)^-1]^T_jk = (V_12)_kj *<br>
(S_12)^-1_jk<br>
<br>
Took me as well a little while to understand this again. But yet I<br>
could not see (remember), why tttt (the kind of permutation operator)<br>
is in there. I had the formula out of the Loewdin paper<br>
P.-O. Löwdin, Phys. Rev. 97, 1474 (1955).<br>
The formulas there are not as straightforward as yours and it could<br>
be, that I derived a wrong formula for the determinant of minors in<br>
formula 51 in this paper. Trying to derive it again, I am almost sure<br>
that this permutation operator is wrong. I will change this in the<br>
code and submit the changes as soon as possible.<br>
<br>
Thank you very for having a look into this,<br>
<div><div></div><div class="h5"><br>
Flo<br>
<br>
--<br>
You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
To post to this group, send email to <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:cp2k%2Bun...@googlegroups.com">cp2k+uns...@googlegroups.com</a>.<br>
For more options, visit this group at <a href="http://groups.google.com/group/cp2k?hl=en" target="_blank">http://groups.google.com/group/cp2k?hl=en</a>.<br>
<br>
</div></div></blockquote></div><br>