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

convert to mkdoc

parent 53e423bf
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 15 deletions
*~
.ipynb_checkpoints
_book
node_modules
site
# Summary
* [Phonons and specific Heat](lecture_1.md)
* [Free electron model](lecture_2.md)
* [Atoms and bonds](lecture_3.md)
* [Electrons and phonons in 1D](lecture_4.md)
* [Crystal structure and diffraction](lecture_5.md)
* [Tight binding and nearly free electrons](lecture_6.md)
* [Semiconductors](lecture_7.md)
* Magnetism
......@@ -140,7 +140,7 @@ def DOS_finite_electron_chain(n, output_name):
def main():
os.chdir('figures')
os.chdir('doc/figures')
fermi_dirac()
phonons_1d()
phonons_1d_2masses()
......
......@@ -76,7 +76,7 @@ def plot_nfem():
)
)
)
with open('figures/nfem_2d.html', 'w') as f:
with open('doc/figures/nfem_2d.html', 'w') as f:
f.write(figure_html(figure=
py.plot(fig, show_link=False,
output_type='div', include_plotlyjs=False)
......@@ -112,7 +112,7 @@ def plot_tb():
)
)
)
with open('figures/tb_2d.html', 'w') as f:
with open('doc/figures/tb_2d.html', 'w') as f:
f.write(figure_html(figure=
py.plot(fig, show_link=False,
output_type='div', include_plotlyjs=False)
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
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