Skip to content

Commit 68c9d7a

Browse files
committed
Minor notebook cleanup
1 parent b4c1a4f commit 68c9d7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/tlc.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,6 @@
190190
"\n",
191191
"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",
192192
"\n",
193-
".. code-block:: python\n",
194-
"\n",
195193
" for defect in tlc.scfermi.defects:\n",
196194
" print(defect.name, f\"{defect.concnt:.2e}\")\n",
197195
"```"

0 commit comments

Comments
 (0)