atomic orbitals on a computer

13
Atomic Orbitals on a Computer http://www.askamathematician.com

Upload: mercy-russell

Post on 19-Jan-2016

226 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Atomic Orbitals on a Computer

Atomic Orbitals on a Computer

http://www.askamathematician.com

Page 2: Atomic Orbitals on a Computer

• The hydrogen atom is three systems in one:

The H-Atom Model

• Setting up the Schrodinger equation we get new equations to solve for each “motion”

q

f

r

nucleusdistance from the origin

azimuthal angle

equatorial angle

Page 3: Atomic Orbitals on a Computer

• The Schrodinger equation:

Hydrogen Atom

Solution:

We want to visualize this

Radial Wave function Angular Wave function

Page 4: Atomic Orbitals on a Computer

• For the Radial part of the Schrodinger equation:

Numerov Procedure

• Just this again:• We can use the Numerov program to solve it!

• Radial wave function depends on n and l quantum numbers

• This can be reformed to look like:

Page 5: Atomic Orbitals on a Computer

• The radial wave functions tell you what is happening inside the orbital:

Numerov Procedure

• # radial nodes = n – l – 1

Page 6: Atomic Orbitals on a Computer

numerov_control.R

Page 7: Atomic Orbitals on a Computer

• For the angular parts of the Schrodinger equation:

Doh!

• We get an equation that we can’t solve with Numerov…

• So, we will just “look-up” the solutions:

Legendre Polynomials

Page 8: Atomic Orbitals on a Computer

• is a probability density.• To “look” at a probability density, we can sample from it:

• Let’s sample from the “bell curve”:

Well, … lets try something else

Page 9: Atomic Orbitals on a Computer

• So, let’s try to “look” at the orbitals as a probability density.• Let’s sample from it:

Well, … lets try something else

Page 10: Atomic Orbitals on a Computer

• Lets do a 3D sample from an orbital probability density:

Well, … lets try something else

1s0

Page 11: Atomic Orbitals on a Computer

• Lets do a 3D sample form an orbital probability density:

Well, … lets try something else

1s0

Page 12: Atomic Orbitals on a Computer

• Lets do a 3D sample form an orbital probability density:

Well, … lets try something else

What orbital is this?

Page 13: Atomic Orbitals on a Computer

density_control.R