next up previous contents
Next: Molecular Quantum Mechanics Up: Approximate Methods Previous: Perturbation Theory   Contents

The Variational Method

The variational method is the other main approximate method used in quantum mechanics. Compared to perturbation theory, the variational method can be more robust in situations where it's hard to determine a good unperturbed Hamiltonian (i.e., one which makes the perturbation small but is still solvable). On the other hand, in cases where there is a good unperturbed Hamiltonian, perturbation theory can be more efficient than the variational method.

The basic idea of the variational method is to guess a ``trial'' wavefunction for the problem, which consists of some adjustable parameters called ``variational parameters.'' These parameters are adjusted until the energy of the trial wavefunction is minimized. The resulting trial wavefunction and its corresponding energy are variational method approximations to the exact wavefunction and energy.

Why would it make sense that the best approximate trial wavefunction is the one with the lowest energy? This results from the Variational Theorem, which states that the energy of any trial wavefunction $E$ is always an upper bound to the exact ground state energy ${\cal E}_0$. This can be proven easily. Let the trial wavefunction be denoted $\Phi$. Any trial function can formally be expanded as a linear combination of the exact eigenfunctions $\Psi_i$. Of course, in practice, we don't know the $\Psi_i$, since we're assuming that we're applying the variational method to a problem we can't solve analytically. Nevertheless, that doesn't prevent us from using the exact eigenfunctions in our proof, since they certainly exist and form a complete set, even if we don't happen to know them. So, the trial wavefunction can be written

\begin{displaymath}
\Phi = \sum_i c_i \Psi_i,
\end{displaymath} (146)

and the approximate energy corresponding to this wavefunction is
\begin{displaymath}
E[\Phi] = \frac{\int \Phi^* {\hat H} \Phi}{\int \Phi^* \Phi}.
\end{displaymath} (147)

Substituting the expansion over the exact wavefuntions,
\begin{displaymath}
E[\Phi] = \frac{\sum_{ij} c_i^* c_j \int \Psi_i^* {\hat H} \Psi_j}{
\sum_{ij} c_i^* c_j \int \Psi_i^* \Psi_j}.
\end{displaymath} (148)

Since the functions $\Psi_j$ are the exact eigenfunctions of ${\hat
H}$, we can use ${\hat H} \Psi_j = {\cal E}_j \Psi_j$ to obtain
\begin{displaymath}
E[\Phi] = \frac{\sum_{ij} c_i^* c_j {\cal E}_j \int \Psi_i^* \Psi_j}{
\sum_{ij} c_i^* c_j \int \Psi_i^* \Psi_j}.
\end{displaymath} (149)

Now using the fact that eigenfunctions of a Hermitian operator form an orthonormal set (or can be made to do so),
\begin{displaymath}
E[\Phi] = \frac{\sum_{i} c_i^* c_i {\cal E}_i}{
\sum_{i} c_i^* c_i}.
\end{displaymath} (150)

We now subtract the exact ground state energy ${\cal E}_0$ from both sides to obtain
\begin{displaymath}
E[\Phi] - {\cal E}_0 = \frac{\sum_i c_i^* c_i ( {\cal E}_i - {\cal E}_0)}{
\sum_i c_i^* c_i}.
\end{displaymath} (151)

Since every term on the right-hand side is greater than or equal to zero, the left-hand side must also be greater than or equal to zero, or
\begin{displaymath}
E[\Phi] \geq {\cal E}_0.
\end{displaymath} (152)

In other words, the energy of any approximate wavefunction is always greater than or equal to the exact ground state energy ${\cal E}_0$. This explains the strategy of the variational method: since the energy of any approximate trial function is always above the true energy, then any variations in the trial function which lower its energy are necessarily making the approximate energy closer to the exact answer. (The trial wavefunction is also a better approximation to the true ground state wavefunction as the energy is lowered, although not necessarily in every possible sense unless the limit $\Phi = \Psi_0$ is reached).

One example of the variational method would be using the Gaussian function $\phi(r) = e^{- \alpha r^2}$ as a trial function for the hydrogen atom ground state. This problem could be solved by the variational method by obtaining the energy of $\phi(r)$ as a function of the variational parameter $\alpha$, and then minimizing $E(\alpha)$ to find the optimum value $\alpha_{min}$. The variational theorem's approximate wavefunction and energy for the hydrogen atom would then be $\phi(r) = e^{- \alpha_{min} r^2}$ and $E(\alpha_{min})$.

Frequently, the trial function is written as a linear combination of basis functions, such as

\begin{displaymath}
\Phi = \sum_i c_i \phi_i.
\end{displaymath} (153)

This leads to the linear variation method, and the variational parameters are the expansion coefficients $c_i$. The energy for this approximate wavefunction is just
\begin{displaymath}
E[\Phi] = \frac{\sum_{ij} c_i^* c_j \int \phi_i^* {\hat H} \phi_j}{
\sum_{ij} c_i^* c_j \int \phi_i^* \phi_j},
\end{displaymath} (154)

which can be simplified using the notation
$\displaystyle H_{ij}$ $\textstyle =$ $\displaystyle \int \phi_i^* {\hat H} \phi_j,$ (155)
$\displaystyle S_{ij}$ $\textstyle =$ $\displaystyle \int \phi_i^* \phi_j,$ (156)

to yield
\begin{displaymath}
E[\Phi] = \frac{\sum_{ij} c_i^* c_j H_{ij}}{\sum_{ij} c_i^* c_j S_{ij}}.
\end{displaymath} (157)

Differentiating this energy with respect to the expansion coefficients $c_i$ yields a non-trivial solution only if the following ``secular determinant'' equals 0.
\begin{displaymath}
\left\vert
\begin{array}{cccc}
H_{11} - E S_{11} & H_{12} - ...
...{N2} & \cdots & H_{NN} - E S_{NN}
\end{array}\right\vert = 0.
\end{displaymath} (158)

If an orthonormal basis is used, the secular equation is greatly simplified because $S_{ij}$ is 1 for $i=j$ and 0 for $i \neq j$. In this case, the secular determinant is
\begin{displaymath}
\left\vert
\begin{array}{cccc}
H_{11} - E & H_{12} & \cdots ...
...1} & H_{N2} & \cdots & H_{NN} - E
\end{array}\right\vert = 0.
\end{displaymath} (159)

In either case, the secular determinant for $N$ basis functions gives an $N$-th order polynomial in $E$ which is solved for $N$ different roots, each of which approximates a different eigenvalue.

The variational method lies behind Hartree-Fock theory and the configuration interaction method for the electronic structure of atoms and molecules.


next up previous contents
Next: Molecular Quantum Mechanics Up: Approximate Methods Previous: Perturbation Theory   Contents
David Sherrill 2006-08-15