Skip to content
Snippets Groups Projects
Commit 182f24f7 authored by Christoph Groth's avatar Christoph Groth
Browse files

tutorial: fix minus sign in Schroedinger Hamiltonian

parent df3825d9
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ model representing the two-dimensional Schroedinger equation
.. math::
H = \frac{\hbar^2}{2 m} (\partial_x^2+\partial_y^2) + V(y)
H = \frac{-\hbar^2}{2 m} (\partial_x^2+\partial_y^2) + V(y)
with a hard wall confinement :math:`V(y)` in y-direction.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment