Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
documentation:standard_operators:coulomb_repulsion [2016/10/06 08:39] – created Maurits W. Haverkort | documentation:standard_operators:coulomb_repulsion [2017/05/23 16:43] (current) – Maurits W. Haverkort | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{indexmenu_n> | ||
+ | ====== Coulomb repulsion operator (U) ====== | ||
+ | ### | ||
+ | The Coulomb interaction is given as: | ||
+ | \begin{equation} | ||
+ | H = \sum_{i\neq j} \frac{1}{2} \frac{e^2}{|r_i-r_j|}, | ||
+ | \end{equation} | ||
+ | whereby the sum runs over all electrons and the factor 1/2 takes care of the double counting as each pair of electrons only repels once. In second quantization this Hamiltonian can be written as: | ||
+ | \begin{equation} | ||
+ | H = \sum_{\tau_1\tau_2\tau_3\tau_4} U_{\tau_1\tau_2\tau_3\tau_4} a^{\dagger}_{\tau_1}a^{\dagger}_{\tau_2}a^{\phantom{\dagger}}_{\tau_3}a^{\phantom{\dagger}}_{\tau_4}, | ||
+ | \end{equation} | ||
+ | whereby τ labels the spin and orbital degrees of freedom. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Calculating the Coulomb interaction is more difficult as one might expect. The interaction strength diverges when r1=r2 and one needs to calculate the principle integral in three dimensions. A good way to evaluate this integral is to expand 1/|r1−r2| in spherical harmonics and separate the integrals over the angle for the integral over r. The angular integrals turn trivial with analytical solutions whereas the radial integral becomes non-divergent. If we assume spherical symmetry for the basis functions the result for the radial integrals are the Slater integrals. If the basis functions are more complex we still can expand these in spherical symmetry and the result is a sum over Slater integrals. The standard operator in Quanty implements the spherical case, the more general case can be created by importing results from DFT and will be discussed in those sections. | ||
+ | |||
+ | The expansion of e2/|r1−r2| is: | ||
+ | \begin{equation} | ||
+ | \sum_{i\neq j} \frac{1}{2} \frac{e^2}{|r_i-r_j|} = \sum_{i\neq j} \frac{1}{2}\sum_{k=0}^{\infty} \sum_{m=-k}^{m=k} \frac{4 \pi}{2k+1} \frac{\mathrm{Min}[r_i, | ||
+ | \end{equation} | ||
+ | |||
+ | Expanding our basis states in spherical harmonics times radial wave functions the quantum number τi labels the set of quantum numbers ni,li,mi,σi. This allows us to separate the radial from angular part of the equation. Using that: | ||
+ | \begin{eqnarray} | ||
+ | && | ||
+ | \nonumber &&= \sum_{\tau_1, | ||
+ | \end{eqnarray} | ||
+ | we can rewrite: | ||
+ | \begin{equation} | ||
+ | \sum_{i\neq j} \frac{1}{2}\sum_{k=0}^{\infty} \sum_{m=-k}^{m=k} \frac{4 \pi}{2k+1} Y_m^{(k)}(\theta_i, | ||
+ | \end{equation} | ||
+ | as: | ||
+ | \begin{eqnarray} | ||
+ | && \frac{1}{2}\sum_{k=0}^{k=\infty}\sum_{\tau_1, | ||
+ | \nonumber && \left\langle Y_{m_1}^{(l_1)} \left | C_{m_1-m_3}^{(k)} \right | Y_{m_3}^{(l_3)} \right\rangle \left\langle Y_{m_4}^{(l_4)} \left | C_{m_4-m_2}^{(k)} \right | Y_{m_2}^{(l_2)} \right\rangle a^{\dagger}_{\tau_1}a^{\phantom{\dagger}}_{\tau_3} a^{\dagger}_{\tau_2}a^{\phantom{\dagger}}_{\tau_4}, | ||
+ | \end{eqnarray} | ||
+ | which after reordering to normal order becomes: | ||
+ | \begin{eqnarray} | ||
+ | && -\frac{1}{2}\sum_{k=0}^{k=\infty}\sum_{\tau_1, | ||
+ | \nonumber && \left\langle Y_{m_1}^{(l_1)} \left | C_{m_1-m_3}^{(k)} \right | Y_{m_3}^{(l_3)} \right\rangle \left\langle Y_{m_4}^{(l_4)} \left | C_{m_4-m_2}^{(k)} \right | Y_{m_2}^{(l_2)} \right\rangle a^{\dagger}_{\tau_1}a^{\dagger}_{\tau_2}a^{\phantom{\dagger}}_{\tau_3} a^{\phantom{\dagger}}_{\tau_4}. | ||
+ | \end{eqnarray} | ||
+ | |||
+ | The radial part of the operator (Min[ri,rj]kMax[ri,rj]k+1) is more difficult and will be cast into parameters: | ||
+ | \begin{equation} | ||
+ | R^{(k)}[\tau_1\tau_2\tau_3\tau_4]=e^2\int_0^{\infty}\int_0^{\infty}\frac{\mathrm{Min}[r_i, | ||
+ | \end{equation} | ||
+ | |||
+ | Which gives the final result: | ||
+ | \begin{eqnarray} | ||
+ | H &=& \sum_{\tau_1\tau_2\tau_3\tau_4} U_{\tau_1\tau_2\tau_3\tau_4} a^{\dagger}_{\tau_1}a^{\dagger}_{\tau_2}a^{\phantom{\dagger}}_{\tau_3}a^{\phantom{\dagger}}_{\tau_4}, | ||
+ | \nonumber U_{\tau_1\tau_2\tau_3\tau_4} &=& -\frac{1}{2}\delta_{\sigma_1, | ||
+ | \nonumber && | ||
+ | \nonumber c^{(k)}[l_1, | ||
+ | \end{eqnarray} | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Using conservation of angular momentum we can see that |l1−l3|≤k≤|l1+l3| and |l2−l4|≤k≤|l2+l4|. This can be used to restrict the number of radial integrals one needs to compute. | ||
+ | ### | ||
+ | |||
+ | ===== Single shell ===== | ||
+ | |||
+ | ### | ||
+ | {{: | ||
+ | \begin{equation} | ||
+ | F^{(k)} = R^{(k)}[\tau_1\tau_2\tau_3\tau_4]. | ||
+ | \end{equation} | ||
+ | In Quanty one can add this Coulomb operator as: | ||
+ | <code Quanty Example.Quanty> | ||
+ | NewOperator(" | ||
+ | </ | ||
+ | whereby SlaterIntegrals represents a list of F(k) with k running from 0 to 2l in steps of 2, i.e. k is even. | ||
+ | ### | ||
+ | |||
+ | ### | ||
+ | For a d shell one can define: | ||
+ | <code Quanty Example.Quanty> | ||
+ | OppF0 = NewOperator(" | ||
+ | OppF2 = NewOperator(" | ||
+ | OppF4 = NewOperator(" | ||
+ | </ | ||
+ | to get the Coulomb operator proportional to F(0), F(2) and F(4). | ||
+ | ### | ||
+ | |||
+ | ===== Two shells, shell occupation conserving ===== | ||
+ | |||
+ | |||
+ | ### | ||
+ | {{: | ||
+ | \begin{equation} | ||
+ | F^{(k)}=e^2\int_0^{\infty}\int_0^{\infty}\frac{\mathrm{Min}[r_i, | ||
+ | \end{equation} | ||
+ | with 0≤k≤Min[2l1,2l2] in steps of 2, i.e. k is even. | ||
+ | |||
+ | The indirect term is given by the exchange integrals: | ||
+ | \begin{equation} | ||
+ | G^{(k)}=e^2\int_0^{\infty}\int_0^{\infty}\frac{\mathrm{Min}[r_i, | ||
+ | \end{equation} | ||
+ | with |l1−l2|≤k≤|l1+l2| in steps of 2, i.e. k is even if both l1 and l2 are even or odd and k is odd if one of the angular momenta involved is even and the other is odd. | ||
+ | ### | ||
+ | |||
+ | ### | ||
+ | In Quanty one can implement these operators as: | ||
+ | <code Quanty Example.Quanty> | ||
+ | NewOperator(" | ||
+ | </ | ||
+ | For l1=1 and l2=2 one could define: | ||
+ | <code Quanty Example.Quanty> | ||
+ | OppF0pd = NewOperator(" | ||
+ | OppF2pd = NewOperator(" | ||
+ | |||
+ | OppG1pd = NewOperator(" | ||
+ | OppG3pd = NewOperator(" | ||
+ | </ | ||
+ | ### | ||
+ | |||
+ | ===== General case of 4 different shells ===== | ||
+ | |||
+ | ### | ||
+ | {{: | ||
+ | \begin{equation} | ||
+ | R^{(k)}[n_1l_1\: | ||
+ | \end{equation} | ||
+ | with Max[|l1−l3|,|l2−l4|]≤k≤Min[l1+l3,l2+l4] and (l1+l3), | ||
+ | ### | ||
+ | |||
+ | ### | ||
+ | In Quanty one can implement these operators as: | ||
+ | <code Quanty Example.Quanty> | ||
+ | NewOperator(" | ||
+ | </ | ||
+ | For l1=3, l2=0, l3=2 and l4=1 one has k=1 and one could define: | ||
+ | <code Quanty Example.Quanty> | ||
+ | OppR1pd = NewOperator(" | ||
+ | </ | ||
+ | ### | ||
+ | |||
+ | ### | ||
+ | Note that in the general case you need to sum over all possible permutations of n1l1, n2l2, n3l3 and n4l4. Permuting n1l1 with n2l2 and at the same time n3l3 with n4l4 will not change the value and form of the operator. If n1l1 is different from n2l2 and n3l3 is different from n4l4 one can add a factor of two in front of the operator and only add one of the permutations. If one of the n1l1 is the same as n2l2 or n3l3 is the same as n4l4 a permutation will not lead to a new configuration and the factor of two disappears. If you just sum over all possible nili combinations things go right automatically. | ||
+ | ### | ||
+ | |||
+ | ===== Table of contents ===== | ||
+ | {{indexmenu> |