Skip to content
Snippets Groups Projects
Commit 76901e00 authored by Michael Wimmer's avatar Michael Wimmer
Browse files

Merge branch 'maciejedits' into 'master'

Maciejedits: Website feature upgrade and some minor text edits on the mkdocs.yml

See merge request !12
parents 4c437546 cd04b8c8
No related branches found
No related tags found
1 merge request!12Maciejedits: Website feature upgrade and some minor text edits on the mkdocs.yml
Pipeline #120127 passed
site_name: mathforquantum site_name: Mathematics for Quantum Physics
repo_url: https://gitlab.kwant-project.org/mathematics-for-quantum-physics/lectures repo_url: https://gitlab.kwant-project.org/mathematics-for-quantum-physics/lectures
repo_name: source repo_name: source
edit_uri: edit/master/src/ edit_uri: edit/master/src/
site_description: | site_description: |
Lecture notes for TN3105 - Mathematics for Quantum Physics Lecture notes for the TU Delft course TN3105 - Mathematics for Quantum Physics
nav: nav:
- Intro: 'index.md' - Intro: 'index.md'
- Complex Numbers: '1_complex_numbers.md' - Complex Numbers: '1_complex_numbers.md'
...@@ -21,7 +21,12 @@ theme: ...@@ -21,7 +21,12 @@ theme:
palette: palette:
primary: 'white' primary: 'white'
accent: 'indigo' accent: 'indigo'
features:
- navigation.instant
plugins:
- search
markdown_extensions: markdown_extensions:
- mdx_math: - mdx_math:
enable_dollar_delimiter: True enable_dollar_delimiter: True
...@@ -44,4 +49,5 @@ extra_javascript: ...@@ -44,4 +49,5 @@ extra_javascript:
- 'scripts/thebelab-custom.js' - 'scripts/thebelab-custom.js'
- 'scripts/mathjaxhelper.js' - 'scripts/mathjaxhelper.js'
- 'scripts/thebelabhelper.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."
# Math for quantum # Math for Quantum
!!! summary "Learning goals" !!! summary "Learning goals"
...@@ -8,20 +8,20 @@ ...@@ -8,20 +8,20 @@
- solve mathematical problems encountered in the follow-up courses of the minor. - solve mathematical problems encountered in the follow-up courses of the minor.
- explain Hilbert spaces of (in)finite dimension. - 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 of the basic mathematical tools commonly used in quantum mechanics. Throughout
the course we have kept quantum mechanics applications in mind, but at the 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 core, this is still a math course. For this reason, applying what you learned
to examples and exercises is **crucial**! to examples and exercises is **crucial**!
Each lecture note comes with an extensive set of exercises. Each exercise is labeled Each lecture note comes with an extensive set of exercises, and each exercise is labeled
according to difficulty: according to its difficulty:
- [:grinning:] easy - [:grinning:] easy
- [:smirk:] intermediate - [:smirk:] intermediate
- [:sweat:] difficult - [: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 - self-contained
- easy to modify and remix, so we provide the full source, including the code - easy to modify and remix, so we provide the full source, including the code
......
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