Skip to content
Snippets Groups Projects
Commit 9928059a authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

sign error fix

parent 66d06aa1
Branches
No related tags found
No related merge requests found
Pipeline #179616 passed
......@@ -107,7 +107,7 @@ This a "particle in a box" problem.
\begin{align*}
-\frac{\hbar^2}{2m_e^{\ast}} \nabla^2 \Psi_e &= (E_e-E_c)\Psi_e\\
-\frac{\hbar^2}{2m_h^{\ast}} \nabla^2 \Psi_h &= (-E_h-E_v)\Psi_h
-\frac{\hbar^2}{2m_h^{\ast}} \nabla^2 \Psi_h &= (E_h+E_v)\Psi_h
\end{align*}
Here and below $E_h$ is the energy of a hole in the valence band.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment