Skip to content

Commit

Permalink
Minor notebook cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Feb 22, 2025
1 parent b4c1a4f commit 68c9d7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/tlc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@
"\n",
"An easy way to check this is to print `tlc.scfermi.fermi_level` after running the TLC calculation below (to check it matches your expected Fermi level position), and to print the calculated defect concentrations with:\n",
"\n",
".. code-block:: python\n",
"\n",
" for defect in tlc.scfermi.defects:\n",
" print(defect.name, f\"{defect.concnt:.2e}\")\n",
"```"
Expand Down

0 comments on commit 68c9d7a

Please sign in to comment.