Dear Matthias,<div><br></div><div>Thank you so much for providing me with this insightful work!</div><div><br></div><div>However, Eq (3.31) is in Two-electron Integral part, and seems not to involve error function. The <a|erf(r)/r|b> term is one-electron integral, describing the interaction between electron and core, instead of eletron repulsion. I still do not understand how these two are related.</div><div><br></div><div>And from intuition, if zetc goes to infinity, ferf should become the same as fnuc. But according to source code, they seem quite different, which also makes me confused.</div><div><br></div><div>Best,</div><div><br></div><div>Junting<br><br></div><div class="gmail_quote"><div dir="auto" class="gmail_attr">在2020年9月14日星期一 UTC+8 下午4:15:43<Matthias Krack> 写道:<br/></div><blockquote class="gmail_quote" style="margin: 0 0 0 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">





<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">Dear Junting<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">Did you compare your results with the work of
<a href="https://www.sciencedirect.com/science/article/pii/002199917890092X" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=zh-CN&q=https://www.sciencedirect.com/science/article/pii/002199917890092X&source=gmail&ust=1600177256682000&usg=AFQjCNGk51p6DwfKKcUAyBVeIEfjd4h4hQ">McMurchie and Davidson</a> from 1978? The expression for lambda in eq. (3.31) seems to match the implemented ferf for the basic integral.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">Best
<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">Matthias</span><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u><u></u></span></p></div></div><div lang="EN-US" link="blue" vlink="purple"><div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"> <a href data-email-masked rel="nofollow">c...@googlegroups.com</a> <<a href data-email-masked rel="nofollow">c...@googlegroups.com</a>>
<b>On Behalf Of </b>Junting<br>
<b>Sent:</b> Montag, 14. September 2020 05:13<br>
<b>To:</b> cp2k <<a href data-email-masked rel="nofollow">c...@googlegroups.com</a>><br>
<b>Subject:</b> [CP2K:13866] A question about a formula in CP2K source code<u></u><u></u></span></p>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">Dear CP2K users and developers,<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">I am reading the source code of CP2K, and I have got lots of insights about formulas and algorithms from it. However, I have encountered a question when reading the aobasis/ai_verfc.F file in src directory.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">The ai_verfc module is used for calculating the matrix <a|erfc(r)/r|b> in all-electron calculation. This term is divided into a nuclear term <a|1/r|b> and an error function term <a|erf(r)/r|b>. In the code prefactors corresponding these
 two terms are calculated by <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<div>
<p class="MsoNormal">fnuc = 2.0_dp*pi*zetp*f0<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">ferf = 2.0_dp*SQRT(pi**5*zetw)*zetp*zetq*f0<u></u><u></u></p>
</div>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">and the basic s-orbital integrals are calculated by prefactors and incomplete gamma function<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<div>
<p class="MsoNormal">t = rcp2/zetp<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">CALL fgamma(nmax-1, t, f)<u></u><u></u></p>
</div>
</div>
<div>
<p class="MsoNormal">vnuc(1, 1, n) = fnuc*f(n-1)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">t = -f4*rcp2/zetp<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">CALL fgamma(nmax-1, t, f)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">verf(1, 1, n) = ferf*f(n-1)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Then the integrals over p or higher orbitals are calculated by a recursion procedure as is discussed in the literature: S. Obara and A. Saika, J. Chem. Phys. 84, 3963 (1986).<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">My question is that according to my derivations, my result for fnuc is consistent with the code, but my ferf is <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">ferf = 2.0_dp*pi*zetp*f0*(-f4)**(n-0.5)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">which is not consistent with the code, and is dependent on the parameter n in the incomplete gamma function f(n).<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">And it is reasonable that on the limit of zetc going to infinity, the error function term <a|erf(r)/r|b> should be the same as the nuclear term <a|1/r|b>. But according to source code, it seems not to be the case.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Therefore I want to ask, is this a potential mistake in the source code, or did I miss anything else in the derivations? I really appreciate it if someone could help me solve this question.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Best wishes,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Junting<u></u><u></u></p>
</div>
</div>
</div></div><div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal">-- <br>
You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to
<a href data-email-masked rel="nofollow">cp...@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/cp2k/89673088-6dba-4f9f-9cf8-464569253964o%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=zh-CN&q=https://groups.google.com/d/msgid/cp2k/89673088-6dba-4f9f-9cf8-464569253964o%2540googlegroups.com?utm_medium%3Demail%26utm_source%3Dfooter&source=gmail&ust=1600177256683000&usg=AFQjCNG8DUVEtUjW_7uFygYAHhDj5Ft6YA">
https://groups.google.com/d/msgid/cp2k/89673088-6dba-4f9f-9cf8-464569253964o%40googlegroups.com</a>.<u></u><u></u></p>
</div>
</div>

</blockquote></div>