I have to solve analitically the Schrodinger equation in one-dimension with a barrier of potential (tunnel effect):
$$ih \frac{d}{dt} U(x,t) = \left[ \left(-h^2 \frac{d^2}{dx^2} \right) + q V(x) \right] U(x,t)$$
where: $i$ is the imaginary unit, ($d/dt$) is the time derivative, $h$ is the Plank constant, ($d^2/dx^2$) is the second derivative in space, $V(x)$ is an external potential function of $x$, $U(x,t)$ is the wave function of time and place. The barrier of potential is:
$$V(x) = \begin{cases} 0, & \mbox{if } -d<x<-L \\ V_0, & \mbox{if } -L<x<L \\ 0, & \mbox{if } L<x<d \end{cases} $$
with $d=10L$ and $V_0>0$; Also the boundary condition are: $U(-d,t)=U(d,t)=0$; and the initial condition is
$$U(x,t_{0})=\frac{1}{\sqrt{Dx}} exp \left(i P_0 \frac{x}{h} \right)$$
if $-d<x<-d+Dx$ and $U(x,t_{0})=0$ if $-d+Dx<x<d$; where $Dx<<L$ and $P_0$ is the quantum moment at t0. Also I know that at time $t_0$, the Fourier Transform of $U(x,t_{0})$ is a sinc centered in $P_0$, the aspectated value of position is $-d+Dx/2$ and the aspectated value of velocity is $P_0/m$, where $m$ is the mass of the particle.
Then I have to compare analytical results with results from FINITE ELEMENTS and FINITE DIFFERENCE method.
I hope that someone can help me to solve this problem.