Download JCE0597 p605 Numerical Methods for Finding Momentum Space

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Atomic orbital wikipedia , lookup

Coupled cluster wikipedia , lookup

Ensemble interpretation wikipedia , lookup

Hidden variable theory wikipedia , lookup

Double-slit experiment wikipedia , lookup

Quantum state wikipedia , lookup

Canonical quantization wikipedia , lookup

Molecular Hamiltonian wikipedia , lookup

Atomic theory wikipedia , lookup

Coherent states wikipedia , lookup

Path integral formulation wikipedia , lookup

T-symmetry wikipedia , lookup

Propagator wikipedia , lookup

Erwin Schrödinger wikipedia , lookup

Tight binding wikipedia , lookup

Dirac equation wikipedia , lookup

Schrödinger equation wikipedia , lookup

Hydrogen atom wikipedia , lookup

Probability amplitude wikipedia , lookup

Bohr–Einstein debates wikipedia , lookup

Copenhagen interpretation wikipedia , lookup

Relativistic quantum mechanics wikipedia , lookup

Renormalization group wikipedia , lookup

Particle in a box wikipedia , lookup

Symmetry in quantum mechanics wikipedia , lookup

Wave–particle duality wikipedia , lookup

Matter wave wikipedia , lookup

Wave function wikipedia , lookup

Theoretical and experimental justification for the Schrödinger equation wikipedia , lookup

Transcript
Information • Textbooks • Media • Resources
Numerical Methods for Finding Momentum Space
Distributions
Frank Rioux
Department of Chemistry, Saint John’s University, Collegeville, MN 56321
For chemists, quantum mechanics consists to a large
extent in solving Schrödinger’s equation in its position representation for a wide variety of problems of varying complexity. This activity yields quantized energy levels and
their associated wave functions, Ψ (q), where q represents
the position coordinates (x, y, z), (r, θ, φ), etc. Once obtained,
Ψ (q) can be used to examine the probability distribution in
position space or to calculate the expectation value of some
observable property such as momentum. Though not as familiar to chemists, an equivalent form of Schrödinger’s
equation in momentum space also exists (1). Solving this
equation yields the momentum-space wave function, Φ (p),
which can be used to examine the probability distribution
in momentum space or calculate the expectation value of
some observable property such as position. In other words,
Ψ (q) and Φ (p) are equivalent representations of the system
under study.
However, for most cases the momentum version of
Schrödinger’s equation is significantly more difficult to
solve than its position-space counterpart. Because of the
equivalency of the position and momentum representations
of Schrödinger’s equation,Ψ (q) and Φ (p) are related by the
Fourier transformation given in atomic units for a one-dimensional problem in eq 1 (1).
Φ ( p) = 1
2π
e{ipx Ψ (x) dx
(1)
Therefore, when the momentum wave function is required
it is generally found by a Fourier transform of the more easily obtainable position wave function.
Recently Liang et al. (2) discussed the importance of
the momentum representation of the wave function and
demonstrated how to transform the spatial wave function
for the particle in the box into momentum space using analytical methods. Prior to this work the subject of the momentum wave function for the particle in the box was given
a brief treatment by Markley (3) in the physics literature.
There have also been several discussions of the momentumspace wave functions for the hydrogen atom (4, 5). The purpose of this note is to expand on these presentations by
showing that momentum-space wave functions can be obtained quite easily and economically using numerical techniques and widely available computer software. The program employed in this presentation is Mathcad and versions 3.x or higher can be used.
Figure 1 shows how the momentum-space wave function is obtained numerically for the n = 3 state for a particle in a 1 Bohr box using Mathcad. The Fourier transform
is typed, then evaluated numerically for a range of momentum values, and displayed graphically. The result illustrated
in Figure 1 is identical to that shown in ref 2.
Numerical solutions have two major attractive features: they are relatively easy to obtain, as Figure 1 illustrates, and it is very easy to move from one problem to the
next. This is demonstrated in Figure 2, where the same
Mathcad template has been edited to handle the harmonic
oscillator problem. As Pauling and Wilson (6) noted in their
classic text, and as Figure 2 shows, the momentum and
space wave functions are the same for the simple harmonic
oscillator. This is because the momentum operator in position space is { i (d /dx), whereas the position operator in mo-
Display wave function in momentum space:
—
Define i: i = √{1
Set the limits of integration: a = 6
Define range for momentum: p = {7, {6.95..7
Fourier transa
1/4
1 ⋅ exp { x 2 ⋅ exp ({ i⋅p⋅x) dx
1
form (in
Φ(p) =
2
2π {a π
atomic units)
Display wave function in momentum space:
Figure 1. Momentum distribution function for the n = 3 state of a
particle in the box.
Figure 2. Momentum distribution function for the ground state of
the harmonic oscillator.
Define i: i = √—
{1
Specify the quantum number and box length: n = 3 a = 1
Define range for momentum: p = {40, {39.9..40
Fourier transa
2 sin n⋅π⋅x exp – i⋅p⋅x dx
1
form (in
Φ(p) =
a
a
2π 0
atomic units)
Vol. 74 No. 5 May 1997 • Journal of Chemical Education
605
Information • Textbooks • Media • Resources
Set parameters:
Grid: n = 300 Mass: µ = 1 Barrier height: Vo = 100
Left boundary: lb = .45 Right boundary: rb = .55
Integration limits: xmin = 0
∆ = xmax – xmin
n
Ψ 0 = 0 Ψ1 = .001
xmax = 1
Initial values for wave function:
mentum space is i (d /dp). Using the usual methods to convert the classical expression for the harmonic oscillator energy into Schrödinger’s equation in position and momentum
space yields eqs 2 and 3, respectively. Thus, for the harmonic
potentials in one dimension, Schrödinger’s equation is just
as easy to solve in momentum space as in position space.
Calculate potential energy:
i = 0..n
xi = xmin + i·∆
Integration
Algorithm:
Vi = if[(xi ≥ lb)·(xi ≤ rb), Vo, 0]
Ψ′′(x) = 2µ 1 kx2 – E Ψ (x)
2
(2)
p2
Φ′′( p) = 2
– E Φ ( p)
k 2µ
(3)
fi = 2µ(Vi – energy)
2 ⋅ Ψi{1 – Ψ i{2 + ∆ ⋅ f i{2⋅ Ψi{2 + 10 ⋅ f i{1 ⋅ Ψi{1
12
2
i = 2, 3..n
Ψi =
2
1 – fi⋅ ∆
12
Make energy Guess: energy = 15.64
Display wave function and potential barrier:
i = 0..n
Figure 3a. Numerical solution for the particle in a box with internal
barrier.
Transform the coordinate-space wave function to the momentumspace wave function.
—
Define i: i = √{1 Define range for momentum: p = {20, {19.1..20
Evaluate Fourier transform
numerically:
Display wave function:
n
Φ(p) = 1 ⋅ Σ Ψj ⋅ exp {i ⋅ p ⋅ x j
n j=0
A striking exploitation of this symmetry for harmonic
potentials was reported recently by Anderson et al. (7).
These researchers created a Bose–Einstein condensate (the
first direct experimental confirmation of a state predicted
by Einstein in 1925) of several thousand rubidium atoms
confined to the ground state of a three-dimensional harmonic potential well. In such a condensate the rubidium atoms are all in the same quantum state and as such represent the material equivalent of a laser. Anderson and coworkers used spectroscopic measurements on the expanded
condensate to obtain the velocity (and momentum, p = m v)
distribution of the original condensate. Owing to the position/momentum symmetry mentioned above, this is equivalent to the spatial distribution. Thus, a single spectroscopic
measurement provides both the momentum and position
wave functions of the Bose–Einstein condensate.
In the examples discussed so far, the momentum wave
function is found by a numerical Fourier transform of the
analytical form of the position wave function. However,
there are many examples for which analytical solutions are
unavailable or very difficult to obtain. Figures 3a and 3b
show how the position wave function for the particle in the
box with internal barrier is obtained by numerical integration of Schrödinger’s equation (8) and then transformed numerically into a momentum-space wave function. This
Mathcad document can serve as a template for any one-dimensional problem and is especially useful for those that
require a numerical solution for Schrödinger’s equation.
In summary it can be stated that the preference for the
position or momentum formulation of quantum mechanics
is guided by the uncertainty principle. Because chemistry
deals with the behavior of the valence electrons of discrete
atomic and molecular species whose electrons are localized
in space (small ∆q, large ∆p), chemists are mainly interested
in Ψ(q). Among the accomplishments of solid state physics
is the elucidation of the electronic structure of metals (9).
In the most elementary theory of metals the electrons are
essentially completely delocalized (large ∆q, small ∆p) and
the organizing principles are the Fermi surface and the momentum space wave function, Φ(p).
Literature Cited
Figure 3b. Momentum distribution function for the particle in a box with
internal barrier.
606
Journal of Chemical Education • Vol. 74 No. 5 May 1997
1. Ohanian, H. C. Principles of Quantum Mechanics; Prentice-Hall:
Englewood Cliffs, NJ, 1990.
2. Liang, Y. Q.; Zhang, H; Dardenne, Y. X. J. Chem. Educ. 1995, 72, 148.
3. Markley, F. L. Am. J. Phys. 1972, 40, 1545.
4. McCarthy, I. E.; Weigold, E. Am. J. Phys. 1983, 51, 152.
5. Hey, J. D. Am. J. Phys. 1993, 61, 28.
6. Pauling, L; Wilson, E. B. Introduction to Quantum Mechanics; Dover, New York, 1985; p 436.
7. Anderson, M. H.; Ensher, J. R.; Matthews, M. R.; Wieman, C. E.;
Cornell, E. A. Science 1995, 269, 198.
8. Bolemon, J. S. Am. J. Phys. 1972, 40, 1511.
9. Ashcroft, N. W.; Mermin, N. D. Solid State Physics; Holt, Reinhart,
and Winston: New York, 1976.