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

minor bugfix

parent b3cb3c0f
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -46,7 +46,6 @@ def plot_doping():
n_F = 1/(np.exp(2*(E - E_F)) + 1)
g_e = m_e * sqrt_plus(E - E_C)
g_h = m_h * sqrt_plus(E_V - E)
sqrt_plus = lambda x: np.sqrt(x * (x >= 0))
ax.plot(E, g_h, label="$g_e$")
ax.plot(E, g_e, label="$g_h$")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment