site_name: Open Solid State Notes repo_url: https://gitlab.kwant-project.org/solidstate/lectures repo_name: source edit_uri: edit/master/docs/ site_description: | Lecture notes for the TU Delft course TN2844 Solid state physics nav: - Preface: 'index.md' - Phonons and specific Heat: - Einstein model: '1_einstein_model.md' - Debye model: '2_debye_model.md' - Free electron model: - Drude model: '3_drude_model.md' - Sommerfeld model: '4_sommerfeld_model.md' - Atoms and bonds: - LCAO model: '5_atoms_and_lcao.md' - Bonds and spectra: '6_bonds_and_spectra.md' - Electrons and phonons in 1D: - Tight-binding model: '7_tight_binding.md' - Many atoms per unit cell: '8_many_atoms.md' - Crystal structure and diffraction: - Crystal structure: '9_crystal_structure.md' - X-ray diffraction: '10_xray.md' - Tight binding and nearly free electrons: - Nearly free electron model: '11_nearly_free_electron_model.md' - Band structures in 2D: '12_band_structures_in_higher_dimensions.md' - Semiconductors: - Basic principles: '13_semiconductors.md' - Doping and devices: '14_doping_and_devices.md' - Summary and review: '15_SummaryAndReview.md' - Attic: - Magnetism: 'lecture_8.md' - Fermi surface periodic table: 'fermi_surfaces.md' - Extra exercises: 'extra_exercises.md' - Solutions: - Einstein model: '1_einstein_model_solutions.md' - Debye model: '2_debye_model_solutions.md' - Drude model: '3_drude_model_solutions.md' - Sommerfeld model: '4_sommerfeld_model_solutions.md' - LCAO model: '5_atoms_and_lcao_solutions.md' - Bonds and spectra: '6_bonds_and_spectra_solutions.md' - Tight-binding model: '7_tight_binding_model_solutions.md' - Many atoms per unit cell: '8_many_atoms_solutions.md' - Crystal structure: '9_crystal_structure_solutions.md' - X-ray diffraction: '10_xray_solutions.md' - Nearly free electron model: '11_nearly_free_electron_model_solutions.md' - Band structures in 2D: '12_band_structures_in_higher_dimensions_solutions.md' - Basic principles: '13_semiconductors_solutions.md' - Doping and devices: '14_doping_and_devices_solutions.md' theme: name: material features: - navigation.instant custom_dir: theme palette: primary: 'white' accent: 'indigo' plugins: - search - mkdocs-simple-hooks: hooks: on_page_read_source: "execute:on_page_read_source" on_page_markdown: "execute:on_page_markdown" markdown_extensions: - pymdownx.arithmatex: generic: true - toc: permalink: True - admonition - attr_list - pymdownx.details - pymdownx.extra - abbr - footnotes - meta extra_css: - 'https://use.fontawesome.com/releases/v5.8.1/css/all.css' - 'styles/mathjax_hotfix.css' - 'styles/thebelab.css' extra_javascript: - 'scripts/mathjaxhelper.js' - 'https://polyfill.io/v3/polyfill.min.js?features=es6' - 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js' - 'https://cdn.plot.ly/plotly-latest.min.js' copyright: "Copyright © 2017-2022 Delft University of Technology, CC-BY-SA 4.0."