- #1
sam_bell
- 67
- 0
I've been looking at the original Herman-Skillman program that solves for the energy levels of a single atom using Hartree-Fock with Slater exchange orbitals. There is one part I can't understand: the expression of the correction to the energy level for a good guess. What the program *does* is: (1) set [tex]R^{out}[/tex](E_guess,r) = 0 for r = 0 and then numerically integrates out to r = r_match = classical turning point; (2) set [tex]R^{in}[/tex](E_guess,r) = 0 for r = infinity = end of grid, and then numerically integrates into r = r_match; (3) Computes logarithmic derivatives [tex]\gamma = R'(r_{match})/R(r_{match})[/tex] on both sides; and (4) sets dE =
ignore -->(( [tex]ignore[/tex] [tex]ignore[/tex] ))<---
[tex]\frac{ \gamma_{out}-\gamma_{in} }{ \int_0^{r_{match}} R_{out}^2/R_{out}(r_{match})^2 + \int_{r_{match}}^{\infty} R_{in}^2/R_{in}(r_{match})^2 }[/tex]
I don't know how I would show that works.
Hoping for some helpful suggestions. Thx.
ignore -->(( [tex]ignore[/tex] [tex]ignore[/tex] ))<---
[tex]\frac{ \gamma_{out}-\gamma_{in} }{ \int_0^{r_{match}} R_{out}^2/R_{out}(r_{match})^2 + \int_{r_{match}}^{\infty} R_{in}^2/R_{in}(r_{match})^2 }[/tex]
I don't know how I would show that works.
Hoping for some helpful suggestions. Thx.