Comment added

This commit is contained in:
ysyapa 2024-01-22 18:29:49 +00:00
parent ee6305e3dd
commit 51b22645d0
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"# ResonanceEC: Eq. (21)\n",
"g1(α, p, q) = sqrt(α/(4*π))*((1/α+2/(p*q))*exp(-(p+q)^2/(4*α))+(1/α-2/(p*q))*exp(-(p-q)^2/(4*α)))\n", "g1(α, p, q) = sqrt(α/(4*π))*((1/α+2/(p*q))*exp(-(p+q)^2/(4*α))+(1/α-2/(p*q))*exp(-(p-q)^2/(4*α)))\n",
"V_pq(p, q) = -10 * g1(1, p, q)\n", "V_pq(p, q) = -10 * g1(1, p, q)\n",
"\n", "\n",