diff --git a/mkdocs.yml b/mkdocs.yml index 765dca78df3a89834cef1d9036716def519b2731..a9aae406b198aee420098797d0768ce8a55c2342 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,9 +1,9 @@ -site_name: mathforquantum +site_name: Mathematics for Quantum Physics repo_url: https://gitlab.kwant-project.org/mathematics-for-quantum-physics/lectures repo_name: source edit_uri: edit/master/src/ site_description: | - Lecture notes for TN3105 - Mathematics for Quantum Physics + Lecture notes for the TU Delft course TN3105 - Mathematics for Quantum Physics nav: - Intro: 'index.md' - Complex Numbers: '1_complex_numbers.md' @@ -21,7 +21,12 @@ theme: palette: primary: 'white' accent: 'indigo' + features: + - navigation.instant +plugins: + - search + markdown_extensions: - mdx_math: enable_dollar_delimiter: True @@ -44,4 +49,5 @@ extra_javascript: - 'scripts/thebelab-custom.js' - 'scripts/mathjaxhelper.js' - 'scripts/thebelabhelper.js' -copyright: "Copyright © 2019 Delft University of Technology, CC-BY-SA 4.0." + +copyright: "Copyright © 2019-2022 Delft University of Technology, CC-BY-SA 4.0." diff --git a/src/index.md b/src/index.md index 750bb8550fac68c654016f56f8c5a8e0d88fce3b..76af9f579e66bdb0576ae220c46a46237a389cc5 100644 --- a/src/index.md +++ b/src/index.md @@ -1,4 +1,4 @@ -# Math for quantum +# Math for Quantum !!! summary "Learning goals" @@ -8,20 +8,20 @@ - solve mathematical problems encountered in the follow-up courses of the minor. - explain Hilbert spaces of (in)finite dimension. -Mathematics for quantum mechanics gives you a compact introduction and review +*Mathematics for Quantum Mechanics* gives you a compact introduction and review of the basic mathematical tools commonly used in quantum mechanics. Throughout -the course we have kept quantum mechanics applications in mind, but at the -core this is still a math course. For this reason, applying what you learned +the course, we keep quantum mechanics applications in mind, but at the +core, this is still a math course. For this reason, applying what you learned to examples and exercises is **crucial**! -Each lecture note comes with an extensive set of exercises. Each exercise is labeled -according to difficulty: +Each lecture note comes with an extensive set of exercises, and each exercise is labeled +according to its difficulty: - [:grinning:] easy - [:smirk:] intermediate - [:sweat:] difficult -In these notes our aim is to provide learning materials which are: +In these notes, our aim is to provide learning materials which are: - self-contained - easy to modify and remix, so we provide the full source, including the code