Anda di halaman 1dari 5

Problem set 5: Harmonic oscillator and second quantization & the use of a symbolic

math program.

The topic of this assignment concerns the vibrational problem, primarily in one
dimension (diatomics), and the use of operator algebra to recast the problem and to find
solutions. This provides a convenient introduction to the language of second quantization,
that we will later on use also for the electronic structure problem. You will receive a set
of hand written lecture notes.

The problem set below focuses on operator algebra for vibrational problems. The last two
questions require you to use Maple, Mathcad or python. We will go through a tutorial in
class for those who need the introduction.

Questions:

1. Show the following. You can use the commutation relations ⎡bˆ, bˆ† ⎤ = 1, the definitions
⎣ ⎦
1 1 ∂
bˆ† = (qˆ − ipˆ ), bˆ = (qˆ + ipˆ ), where p̂ = −i , as well as the Hermiticty of p̂ and q̂
2 2 ∂q
in your proofs.

a. The operators b̂ † and b̂ are Hermitian conjugates, i.e. φ bˆ† ψ = ψ bˆ φ


*
∀φ ,ψ

b. ⎡bˆ,(bˆ† ) n ⎤ = n(bˆ† ) n−1 , ⎡(bˆ) n , bˆ† ⎤ = n(bˆ) n−1


⎣ ⎦ ⎣ ⎦
2. The orthonormal eigenfunctions of the harmonic oscillator are defined as
1 ˆ† n
n = (b ) 0 , where 0 is normalized to unity. Using the relations discussed in the
n!
previous question show:
a. n is indeed normalized to 1.

b. bˆ† n = n + 1 n + 1

c. bˆ n = n n − 1

d. n m = 0, n ≠ m . From a. and d. it follows that the functions n are orthonormal.

3. Write the following operators in terms of the b̂ † and b̂ , remembering that these


operators are defined in terms of the dimensionless coordinates q = x and the
h

conjugate momentum operator i .
∂q
a. Position, x

b. Momentum −ih
∂x
h2 ∂ 2
c. Kinetic energy operator −
2m ∂x 2
1
d. Potential energy mω 2 x 2
2
h2 ∂ 2 1
e. The Hamiltonian − + mω 2 x 2
2m ∂x 2
2
1 ∂2 1 2
4. Consider the Hamiltonian of the following form H = − + q + λq 4 . We will use
2 ∂q 2
2

the linear variational principle using a finite set of harmonic oscillator basis
1 ˆ† n
states n = (b ) 0 , to find approximate energy eigenvalues of Ĥ . We want to
n!
evaluate the general form for the matrix elements n Hˆ m . To this end we wish to

express the Hamiltonian in terms of the operators b̂ and b̂ † . You can make use of the
relations expressed under question 4, in particular:
bˆ(bˆ† ) n = (bˆ† ) n bˆ + n(bˆ† ) n−1, (bˆ) n bˆ† = bˆ† (bˆ) n + n(bˆ) n−1 .

We want to write the operator λ q 4 in a form that all of the b̂ † operators in a product of

operators are to the left of b̂ . So the operators b̂ act first. This is called “normal order”.
Examples are given below. Let us do it in steps.
1 ˆ† ˆ
qˆ = (b + b)
2
1 1 ˆ ˆ) = 1 (bˆ†bˆ† + 2bˆ†bˆ + bb
qˆ 2 = (bˆ† + bˆ)(bˆ† + bˆ) = (bˆ†bˆ† + bˆ†bˆ + bb
ˆ ˆ† + bb ˆ ˆ + 1)
2 2 2
1 2 ˆ† ˆ 1 ˆ† ˆ†
qˆ 3 = qˆ (b + b) = (b b + 2bˆ†bˆ + bb ˆ ˆ + 1)(bˆ† + bˆ)
2 2 2
1 ˆ† ˆ† ˆ†
= ... = (b b b + 3bˆ†bˆ†bˆ + 3bˆ† + 3bˆ + 3bˆ†bb
ˆ ˆ + bbb
ˆ ˆ ˆ)
2 2
Derive the formula for q̂ 3 for yourself, filling in the appropriate steps. Finally
1 3 ˆ† ˆ 1 ˆ† 3
qˆ 4 = qˆ (b + b) = ((b ) + 3(bˆ† )2 bˆ + 3bˆ† + 3bˆ + 3bˆ† (bˆ)2 + (bˆ)3 )(bˆ† + bˆ) = ...
2 4

1 ∂2 1 2
Now derive the complete formula for the Hamiltonian H = − + q + λq 4 in
2 ∂q 2
2

second quantization. As a check on your results confirm that your Hamiltonian is


Hermitian.

Next evaluate the matrix elements n Hˆ m , where you can make repeated use of the

relations bˆ† n = n + 1 n + 1 , bˆ n = n n − 1 , n m = δ nm . For example:


n bˆ†bˆ†bˆ m = m n bˆ†bˆ† m − 1 = m n bˆ† m = m m + 1 n m + 1 = δ n,m+1m m + 1

Again you can check your results by confirming that n Hˆ m = m Hˆ n

Let us now consider the linear variational principle using the following expansion for the
M
trial function Ψ = ∑ n cn . You can create the matrix elements for the Hamiltonian in
n =0

Maple, in analogy to what is done in the sample Maple page on the web site. Choose
λ = 0.1 . Diagonalize the Hamiltonian for M=1,…, 10 and plot the eigenvalues as a
function of the size of the basis set. You can see an example in the Maple sample file, of
how to set things up. Confirm that your results obey the interleafing theorem. Also
calculate the eigenvectors of the Hamiltonian in Maple. Do you observe something
remarkable? In this context, why do about half the eigenvalues stay the same with every
increase of the basis set? Or phrased differently why do all of the eigenvalues alternately
lower , then stay the same as you increase the basis set 1 function at a time?

1
You can generate a double well potential by using the potential V (q) = + q 2 − µ q 2 + λ q 4
2
1 ∂2 1 2 1
with corresponding Hamiltonian H = − + q − µ q 2 + λ q 4 = + bˆ†bˆ − µ q 2 + λ q 4 .
2 ∂q 2
2
2
Taking µ = 1 and λ = 0.05 defines a nice double well potential. Plot the total potential,
including the pure harmonic part of the potential as a function of q . Next evaluate the

matrix elements n Hˆ m as before and plot the new energy eigenvalues. Here you have

obtained the numerical solutions of the double well potential. What happens to the
eigenvalues if you increase the values for µ and/or decrease the value of λ . Always plot
the potential to see if you are on the right track. Can you understand the “pairing of the
eigenvalues” by sketching the eigenfunctions in a deep double well potential? This could
be a model of the umbrella tunnelling vibration in the ammonia molecule. This full
problem set is lengthy, but it shows you clearly how nice it can be to have a convenient
Mathematics program!
1 ∂2 1
5. Let us assume a ground state Hamiltonian H = − hω 2 + hωq 2 and the associated
2 ∂q 2
operators bˆ† , bˆ . An electronically excited state has the same harmonic frequency, but its

equilibrium geometry is displaced by a distance 2d , in the reduced dimensionless


coordinates. The excited state Hamiltonian is given by
1 ∂2 1
H = ΔE − hω 2 + hω (q − 2d )2
2 ∂q 2
a. Show that the excited state Hamiltonian in terms of the displaced operators
1
b! † = b̂† − d, b! = b̂ − d takes the form H! = ΔE + "ω b! †b! + "ω .
2
b. Show that the displaced operators satisfy the same commutation relations as bˆ† , bˆ , and

express the vibrational eigenstates n! of the electronic excited state in terms of b! † , 0!

c. What are the excitation energies of the various vibrational levels in the electronically
excited state w.r.t. the ground state vibrational level? What is the 0-0 energy? What is the
vertical excitation energy?
d. The intensities in the absorption spectrum are proportional to the squares of the
(−d) n
Franck-Condon factors, which are defined as 0 n! . Show that 0 n! = 0 0! .
n!

∑ 0 n! n! 0 = 0 0 = 1 to derive 0 0! = e− d /2 .
2
e. Use the completeness relation
n!

f. In the emission spectrum the transitions are given by 0! → n . What are the transition

energies, and the corresponding intensities?


g. Using Maple, and the following parameters: !ω = 1, ΔE = 10, d = 1.0 . Plot the
absorption spectrum and the emission spectrum on the same energy scale. Also
investigate what happens if the displacement is smaller (d=0.5), or larger (d=3.0).

Anda mungkin juga menyukai