-> vorheriges Semester: HS2025
-> FS2026_tasks
Faecher
| Fach | Vorlesung | Uebung | Summary |
|---|---|---|---|
| Numerical Methods for PDE | vorlesung | uebungen | Vorlesung ZSF |
| Fluid Dymanics | vorlesung | uebungen | |
| Wahrscheinlichkeitstheorie & Statistik | vorlesung | summary | |
| Statistische Physik & Computer Simulation | vorlesung | ||
| Introduction to Machine Learning | vorlesung | uebungen | |
| Soccer Analysis |
Overview
- website: grausam
- script: https://people.math.ethz.ch/~grsam/NUMPDEFL/NUMPDE.pdf
- local copy: NUMPDE.pdf
- exercises: grausam/NPDEFL_Problems.pdf
- local copy: NPDEFL_Problems.pdf
- exercise repository: https://gitlab.math.ethz.ch/ralfh/NPDERepo
- community solutions: exams.vis.ethz.ch
- cpp reference: https://en.cppreference.com/
- lehrfm: GitHub / doxygen
- eigen documentation: https://eigen.tuxfamily.org/
everything on moodle
- fundamentals: midterms on moodle
- advanced: midterms on [?]
- finals: https://exams.amiv.ethz.ch/category/fluiddynamics
everything on moodle, script: moodle pdf
- course site: https://csms.ethz.ch/education/StatPhysCSE.html
- exercises
- course site: https://las.inf.ethz.ch/teaching/introml-s26
- projects: https://project.las.ethz.ch/
Exams
- formulary (no notes, but highlighting allowed)
- non-programmable calculator
- 10 pages cheatsheet (not necessarily handwritten)
- course site: https://csms.ethz.ch/education/StatPhysCSE.html
- exercises
[!info]
- exam
- 90 min, written
- 5 min project presentation at end of lecture -> 0.25 bonus
- project not exam material, not compulsory
- exams + master solutions on website -> exam will be similar
- project
2-sided A4 handwritten cheatsheet
Exercises
-> FS2026_tasks
| Serie | Lösung | Korrektur |
|---|---|---|
Vorlesung
#timestamp 2026-02-19
ideal gas: model of gases that consist of small (relative to volume) molecules with low density (low pressure, low density, high temperature -> above condensation) -> few collisions, collisions only randomize velocity
In a molecular system at equilibrium and the classical limit, the average kinetic energy "stored" in each degree of freedom amounts to
#timestamp 2026-04-01
You don't want complexity in the model where it doesn't matters
try to find the trade-off between accuracy and complexity
#timestamp 2026-04-23


if only interested in thermodynamic properties -> stochastic methods
monte carlo: typically rel. error
metropolis sampling: average over trajectory -> (directly) canonical average
#todo what is a boltzmann-weighted ensemble of configurations?
#timestamp 2026-04-30
to calculate structureal properties, one has to do
- gathering
- roto-translational fitting
#todo bootstrapping
#timestamp 2026-05-28
random walk ->
key points for presentation, task 10.2:
- two hypothetical variants of argon with different interaction parameters (\epsilon), but same size (\sigma)
- different combination rules
- calculate local fraction functions
modifications to mdatom:
- added 6 more parameters to input file
- hardcoded the first half of atoms to be variant 1, second half variant 2
- disadvantage: not equally distributed at start, but easier to implement; the system just needs to be equilibrated for a longer tiem