next up previous
Next: About this document Up: Term Project Outline Previous: Term Project Outline

The time-dependent Schrödinger equation:

is a second-order partial differential equation. It is the governing equation in the non-Relativistic regime of Quantum Mechanics. Its solutions are called wavefunctions, . The interpretation given to these functions is that:

represents the probability of finding a system (or a particle) in a State between and at time t. Once one finds the wavefunctions, all measurable quantities are available for analysis and calculation.

It is in general very difficult to solve this equation, even when it permits stationary-state solutions. Therefore a numerical analysis of this problem seems appropriate.

The problem will be attacked with a technique known as Cayley's method (a.k.a. Crank-Nicholson method). The method rests on appropriately approximating the differential equation as a finite-difference equation. This finite difference equation (which will turn out to be a diagonal system of linear equations) can then be plugged directly into a ''blackbox'' solver routine (such as LAPACK), and a solution will be returned.

One starts with the initial state , and the boundary conditions that state, as x , . Using these quantities one can derive a recurrence relation between the value of the function at a point to the value of the function at its nearest neighbors (typically and ).

Since we are concerned only with time-independent potentials, Schrödinger's equation can be separated into a spatial and temporal part:

Note that the left-side of the equation depends only on t, and the right-side depends only on x. This is a classic seperable equation, therefore both sides equal a constant. The solution to this is, in general, a linear combination of stationary states. According to Numerical Recipes, the solution can be generalized to the form:

where:

The exponential can be expanded as a power series, and in Cayley's method is differenced as:

This leads finally to the form:

Upon replacing H by its finite-difference approximation in x, a tridiagonal system unfolds. At which point we hand over our claims of knowledge to a mysterious black box known only as "tdgesv".

Once the solution is obtained for many times, it will be possible (so I'm told) to animate the time dependent wavefunctions, using software written by Dr. Matthew Choptuik. If the animation yields clues that perhaps the wavefunction is in a single stationary-state (i.e. time-independent), an option will be available to approximate the solution as an analytic function. he appropriate coefficients will be determined by a least-squares method. There will be an extensive help section (alluded to in the list of goals), which will be structured much like the help system available in ''gnuplot''. It will serve an obvious purpose.

It is the intent of this project to accomplish all of the goals set forward above. However, dependent on the difficulty of design and implementation of the problem, the above goals are simply to act as tenative guidlines. They are subject to change (either expand or deflate) according to time-constraints.


next up previous
Next: About this document Up: Term Project Outline Previous: Term Project Outline

Riley William Crane
Tue Oct 27 20:16:15 CST 1998