PHY.K02UF Molecular and Solid State Physics

2s Atomic Orbital

The 2s atomic orbital is,

\[\begin{equation} \phi^Z_{2s}=\frac{1}{4} \sqrt{\frac{Z^3}{2\pi a_0^3}}\left(2-\frac{Zr}{a_0}\right)\exp\left(-\frac{Zr}{2a_0}\right). \end{equation}\]

$a_0^{3/2}\phi_{2s}$

$\frac{Z_{\text{eff}}x}{a_0}$

To check that the 2s orbital solves the Schrödinger equation,

\begin{equation} - \frac{\hbar^2}{2m}\nabla^2\phi^Z_{2s}(\vec{r}) - \frac{Ze^2}{4\pi\epsilon_0 |\vec{r}|}\phi^Z_{2s}(\vec{r}) = E\phi^Z_{2s}(\vec{r}). \end{equation}

we let the Laplacian operator act on the orbital,

\begin{equation} \nabla ^2\phi^Z_{2s}=\frac{1}{4}\sqrt{\frac{Z^5}{2\pi a^5_0}} \left(-\frac{Z^2r}{4a_0^2}+\frac{5Z}{2a_0}-\frac{4}{r}\right)\exp\left(-\frac{Zr}{2a_0}\right), \end{equation}

and then calculate the energy $E_1= - \frac{\hbar^2}{2m}\frac{\nabla^2\phi_{2s}(\vec{r})}{\phi_{2s}(\vec{r})} - \frac{Ze^2}{4\pi\epsilon_0 |\vec{r}|}$. The code below defines the 2s orbital and its Laplacian in Cartesian coordinates centered at position $(x_i,y_i,z_i)$. It then chooses random numbers for $x$, $y$, $z$, $x_i$, $y_i$, and $y_i$ and calculates the energy. If the orbital has been programmed properly, the energy should be the same for every position.

The probability of finding a electron a distance $r$ from the nucleus is $P(r)=4\pi r^2|\phi_{2s}|^2$. The probability has a maximum at $a_0$ but by looking at the integral is clear that it is more probable to find the electrons further than $a_0$ from the nucleus than closer than $a_0$ from the nucleus.

$\frac{Z_{\text{eff}}r}{a_0}$

Consider the overlap integral of two 2s orbitals located at positions $\vec{r}_1$ and $\vec{r}_2$,

\begin{equation} S_{12}=\langle \phi_{2s}(\vec{r}-\vec{r}_1)|\phi_{2s}(\vec{r}-\vec{r}_2)\rangle . \end{equation}

For a Li2 molecule, $\vec{r}_1=-1.336\,\hat{x}$ Å and $\vec{r}_2=1.336\,\hat{x}$ Å. Below $\phi_{2s}(\vec{r}-\vec{r}_1)\phi_{2s}(\vec{r}-\vec{r}_2)$ is plotted along the $x$-axis and along the $y$-axis.

$a_0^3\phi_{2s}(\vec{r}-\vec{r}_1)\phi_{2s}(\vec{r}-\vec{r}_2)$

$\frac{Z_{\text{eff}}x}{a_0}\,,\frac{Z_{\text{eff}}y}{a_0}$

The code below uses a Monte-Carlo method to integrate $\phi_{2s}(\vec{r}-\vec{r}_1)\phi_{2s}(\vec{r}-\vec{r}_2)$ and calculate $S_{12}$.

Press the 'Execute' button a few times and notice that the answer keeps changing. By doing this you can estimate the error in the calculation. The error should decrease like $1/\sqrt{N}$ where $N$ is the number of random numbers chosen. By setting $x_1=x_2=0$ in the code and pressing 'Execute', you calculate $\langle \phi_{2s}(\vec{r})|\phi_{2s}(\vec{r})\rangle$ which should equal 1 if the wave function is properly normalized.

The diagonal Hamiltonian matrix element of a homonuclear diatomic molecule (H2, O2, N2, etc.) with two 2s orbitals located at position $\vec{r}_1$ is,

\begin{equation} H_{11}=\Big \langle \phi_{2s}^Z(\vec{r}-\vec{r}_1)\left|- \frac{\hbar^2}{2m}\nabla^2 - \frac{Ze^2}{4\pi\epsilon_0 |\vec{r}-\vec{r}_1|}- \frac{Ze^2}{4\pi\epsilon_0 |\vec{r}-\vec{r}_2|} \right|\phi_{2s}^Z(\vec{r}-\vec{r}_1) \Big \rangle . \end{equation}

This can be broken into two terms,

\begin{equation} H_{11}=\Big \langle \phi_{2s}^Z(\vec{r}-\vec{r}_1)\left|- \frac{\hbar^2}{2m}\nabla^2 - \frac{Ze^2}{4\pi\epsilon_0 |\vec{r}-\vec{r}_1|}\right|\phi_{2s}^Z(\vec{r}-\vec{r}_1) \Big \rangle + \Big \langle \phi_{2s}^Z(\vec{r}-\vec{r}_1)\left|- \frac{Ze^2}{4\pi\epsilon_0 |\vec{r}-\vec{r}_2|} \right|\phi_{2s}^Z(\vec{r}-\vec{r}_1) \Big \rangle . \end{equation}

The wave function $\phi_{2s}^Z(\vec{r}-\vec{r}_1)$ is an eigenfunction of the atomic orbital Hamiltonian in the first term $H\phi_{2s}^Z(\vec{r}-\vec{r}_1) = E_2 \phi_{2s}^Z(\vec{r}-\vec{r}_1)$ where $E_2=\frac{13.6Z^2_{\text{eff}}}{4}=3.4Z^2_{\text{eff}}$ eV. The first term is easily evaluated,

\begin{equation} H_{11}=E_2 - \Big \langle \phi_{2s}^Z(\vec{r}-\vec{r}_1)\left| \frac{Ze^2}{4\pi\epsilon_0 |\vec{r}-\vec{r}_2|} \right|\phi_{2s}^Z(\vec{r}-\vec{r}_1) \Big \rangle . \end{equation}

The second term has a singularity at $\vec{r}_2$ which makes it difficult to evaluate numerically. We break the second term into an integral over a spherical volume of radius $\delta$ centered around $\vec{r}_2$ and a second integral outside that volume.

\begin{equation} H_{11}=E_2 - \int\limits_{|\vec{r}-\vec{r}_2| < \delta} \phi_{2s}^Z(\vec{r}-\vec{r}_1) \frac{Ze^2}{4\pi\epsilon_0 |\vec{r}-\vec{r}_2|} \phi_{2s}^Z(\vec{r}-\vec{r}_1) d^3r - \int\limits_{|\vec{r}-\vec{r}_2| > \delta} \phi_{2s}^Z(\vec{r}-\vec{r}_1) \frac{Ze^2}{4\pi\epsilon_0 |\vec{r}-\vec{r}_2|} \phi_{2s}^Z(\vec{r}-\vec{r}_1) d^3r. \end{equation}

Close to $\vec{r}_2$, $\phi_{2s}^Z(\vec{r}-\vec{r}_1)\approx \phi_{2s}^Z(\vec{r}_2-\vec{r}_1)$. Using this approximation, the first integral which includes the singularity can be performed analytically for small $\delta$.

\begin{equation} H_{11}=E_2 -\frac{Z^4e^2\delta^2}{256\pi\epsilon_0a_0^3}\left(2-\frac{Z|\vec{r}_2-\vec{r}_1|}{a_0}\right)^2\exp\left(-\frac{Z|\vec{r}_2-\vec{r}_1|}{a_0}\right) - \int H(|\vec{r}-\vec{r}_2|-\delta ) \phi_{2s}^Z(\vec{r}-\vec{r}_1) \frac{Ze^2}{4\pi\epsilon_0 |\vec{r}-\vec{r}_2|} \phi_{2s}^Z(\vec{r}-\vec{r}_1) d^3r, \end{equation}

The second integral integrates over all space but a Heaviside step function has been introduced. $H(|\vec{r}-\vec{r}_2|-\delta ) = 0$ for $|\vec{r}-\vec{r}_2| < \delta$ and is 1 otherwise. The second integral contains no singularity and can be evaluated numerically.

$H(|\vec{r}-\vec{r}_2|-\delta )\frac{a_0^3e\phi_{2s}(\vec{r}-\vec{r}_1)\phi_{2s}(\vec{r}-\vec{r}_1)}{4\pi\epsilon_0 |\vec{r}-\vec{r}_2|}$

$\frac{x}{a_0}$

The integrand of the matrix element plotted along the $x$-axis for $\delta = a_0/10$.