Suchergebnis: Katalogdaten im Frühjahrssemester 2023

Rechnergestützte Wissenschaften Bachelor Information
Obligatorische Fächer des Basisjahres
Basisprüfungsblock 1
Wird im Herbstsemester angeboten.
Basisprüfungsblock 2
NummerTitelTypECTSUmfangDozierende
401-0232-10LAnalysis 2 Information Belegung eingeschränkt - Details anzeigen O8 KP4V + 2UT. Rivière
KurzbeschreibungEinführung in die mehrdimensionale Differential- und Integralrechung.
LernzielEinführung in die Grundlagen der Analysis
InhaltDifferenzierbare Abbildungen, Maxima und Minima,
der Satz ueber implizite Funktionen, mehrfache Integrale,
Integration ueber Untermannigfaltigkeiten, die Saetze von Gauss und Stokes.
SkriptChristian Blatter: Ingenieur-Analysis (Kapitel 4-6).
Konrad Koenigsberger, Analysis II.
401-0302-10LKomplexe Analysis Belegung eingeschränkt - Details anzeigen O4 KP3V + 1UF. Da Lio
KurzbeschreibungGrundlagen der Komplexen Analysis in Theorie und Anwendung, insbesondere globale Eigenschaften analytischer Funktionen. Einführung in die Integraltransformationen und Beschreibung einiger Anwendungen
LernzielErwerb von einigen grundlegenden Werkzeuge der komplexen Analysis.
InhaltBeispiele analytischer Funktionen, Cauchyscher Integralsatz, Taylor- und Laurententwicklungen, Singularitäten analytischer Funktionen, Residuenkalkül. Fourierreihen und Fourier-Transformation, Laplace-Transformation.
LiteraturJ. Brown, R. Churchill: "Complex Analysis and Applications", McGraw-Hill 1995

T. Needham. Visual complex analysis. Clarendon Press, Oxford. 2004.

M. Ablowitz, A. Fokas: "Complex variables: introduction and applications", Cambridge Text in Applied Mathematics, Cambridge University Press 1997

E. Kreyszig: "Advanced Engineering Analysis", Wiley 1999

J. Marsden, M. Hoffman: "Basic complex analysis", W. H. Freeman 1999

P. P. G. Dyke: "An Introduction to Laplace Transforms and Fourier Series", Springer 2004

A. Oppenheim, A. Willsky: "Signals & Systems", Prentice Hall 1997

M. Spiegel: "Laplace Transforms", Schaum's Outlines, Mc Graw Hill
Voraussetzungen / BesonderesVoraussetzungen: Analysis I und II
402-0044-00LPhysik IIO4 KP3V + 1US. P. Quanz
KurzbeschreibungEinführung in die Denk- und Arbeitsweise in der Physik unter Zuhilfenahme von Demonstrationsexperimenten: Elektrizität und Magnetismus, Licht, Einführung in die Moderne Physik.
LernzielVermittlung der physikalischen Denk- und Arbeitsweise und Einführung in die Methoden in einer experimentellen Wissenschaft. Der Studenten/in soll lernen physikalische Fragestellungen im eigenen Wissenschaftsbereich zu identifizieren, zu kommunizieren und zu lösen.
InhaltElektrizität und Magnetismus (elektrischer Strom, Magnetfelder, magnetische Induktion, Magnetismus der Materie, Maxwellsche Gleichungen)
Optik (Licht, geometrische Optik, Interferenz und Beugung)
Kurze Einführung in die Quantenphysik
SkriptDie Vorlesung richtet sich nach dem Lehrbuch "Physik" von Paul A. Tipler
LiteraturPaul A. Tipler and Gene Mosca
Physik
Springer Spektrum Verlag
529-4000-00LChemieO4 KP3GE. C. Meister
KurzbeschreibungEinführung in die Chemie mit Aspekten aus der anorganischen, organischen und physikalischen Chemie.
Lernziel- Einfache Modelle der chemischen Bindung und der dreidimensionalen Struktur von Molekülen verstehen
- Ausgewählte chemische Systeme anhand von Reaktionsgleichungen und Gleichgewichtsrechnungen beschreiben und quantitativ erfassen
- Grundlegende Begriffe der chemischen Kinetik (z. B. Reaktionsordnung, Geschwindigkeitsgesetz und -konstante) verstehen und anwenden.
InhaltPeriodisches System der Elemente, chemische Bindung (LCAO-MO), molekulare Struktur (VSEPR), Reaktionen, Gleichgewicht, chemische Kinetik.
SkriptKopien der Vorlesungs-Präsentationen und weitere Unterlagen werden abgegeben.
LiteraturC.E. Housecroft, E.C. Constable, Chemistry. An Introduction to Organic, Inorganic and Physical Chemistry, 4th ed., Pearson: Harlow 2010.
C.E. Mortimer, U. Müller, Chemie, 11. Auflage, Thieme: Stuttgart 2014.
252-0002-00LDatenstrukturen & Algorithmen Information O8 KP4V + 2UM. Fischer, F. Friedrich Wicker
KurzbeschreibungDer Kurs vermittelt die Grundlagen für den Entwurf und die Analyse von Algorithmen.
Anhand klassischer Probleme werden gängige Datenstrukturen, Algorithmen und Paradigmen für den Algorithmenentwurf diskutiert.
Der Kurs umfasst auch eine Einführung in die parallele und nebenläufige Programmierung und das Programmiermodell von C++ wird eingehend diskutiert.
LernzielVerständnis des Entwurfs und der Analyse grundlegender Algorithmen und Datenstrukturen. Wissen um die Chancen, Probleme und Grenzen der parallelen und nebenläufigen Programmierung. Vertiefter Einblick in ein modernes Programmiermodell anhand der Prorgammiersprache C++.
InhaltDatenstrukturen und Algorithmen: Mathematische Tools für die Analyse von Algorithmen (asymptotisches Funktionenwachstum, Rekursionsgleichungen, Rekursionsbäume), informelle Beweise für die Korrektheit von Algorithmen (Invarianten und Codetransformation), Entwurfsparadigmen für die Entwicklung von Algorithmen (Induktion, Divide-and-Conquer, Sweep-Line-Methode, Backtracking und dynamische Programmierung), klassische algorithmische Probleme (Suche, Auswahl und Sortierung), Datenstrukturen für verschiedene Zwecke (verkettete Listen, Hash-Tabellen, balancierte Suchbäume, Quad-Trees, Heaps, Union-Find), weitere Tools für die Laufzeitanalyse (z.B. amortisierte Analyse). Die Beziehung und enge Kopplung zwischen Algorithmen und Datenstrukturen wird anhand von geometrischen Problemen (konvexe Hülle, Linienschnitte, dichteste Punktepaare) und Graphenalgorithmen (Traversierungen, topologische Sortierung, transitive Hülle, kürzeste Pfade, minimale Spannbäume, maximaler Fluss) illustriert.

Programmiermodell von C++: korrekte und effiziente Speicherbehandlung, generische Programmierung mit Templates, funktionale Ansätze mit Funktoren und Lambda-Ausdrücken.

Parallele Programmierung: Konzepte der parallelen Programmierung (Amdahl/Gustavson, Task/Daten-Parallelität, Scheduling), Probleme der Nebenläufigkeit (data races, bad interleavings, memory reordering), Prozess-Synchronisation und Kommunikation in einem Shared-Memory-System (Mutual Exclusion, Semaphoren, Monitore, Condition-Variablen), Fortschrittsbedingungen (Deadlock-Freiheit, Starvation).

Die im Kurs vermittelten Konzepte werden mit praktisch relevanten Algorithmen und Anwendungen motiviert und illustriert.

Die Übungen werden in Code-Expert, einer Online-IDE und einem Übungsmanagementsystem, durchgeführt.

Alle benötigten mathematischen Tools ausserhalb des Schulwissens werden im Kurs behandelt, einschliesslich einer Einführung zur Graphentheorie.
Literatur(auf der Kurshomepage angegeben)
Voraussetzungen / BesonderesVoraussetzung:
Vorlesung 252-0835-00L Informatik I 252-0835-00L oder äquivalente Kenntnisse in der Programmierung mit C++.
KompetenzenKompetenzen
Fachspezifische KompetenzenKonzepte und Theoriengeprüft
Verfahren und Technologiengeprüft
Methodenspezifische KompetenzenAnalytische Kompetenzengeprüft
Entscheidungsfindunggefördert
Medien und digitale Technologiengefördert
Problemlösunggeprüft
Persönliche KompetenzenKreatives Denkengeprüft
Kritisches Denkengefördert
Grundlagenfächer
Block G1
Die Lehrveranstaltungen von Block G1 finden im Herbstsemester statt.
Block G2
Die Lehrveranstaltungen von Block G2 finden im Herbstsemester statt.
Block G3
NummerTitelTypECTSUmfangDozierende
401-0674-00LNumerical Methods for Partial Differential Equations
Nicht für Studierende BSc/MSc Mathematik
O10 KP2G + 2U + 2P + 4AR. Hiptmair
KurzbeschreibungDerivation, properties, and implementation of fundamental numerical methods for a few key partial differential equations: convection-diffusion, heat equation, wave equation, conservation laws. Implementation in C++ based on a finite element library.
LernzielMain skills to be acquired in this course:
* Ability to implement fundamental numerical methods for the solution of partial differential equations efficiently.
* Ability to modify and adapt numerical algorithms guided by awareness of their mathematical foundations.
* Ability to select and assess numerical methods in light of the predictions of theory
* Ability to identify features of a PDE (= partial differential equation) based model that are relevant for the selection and performance of a numerical algorithm.
* Ability to understand research publications on theoretical and practical aspects of numerical methods for partial differential equations.
* Skills in the efficient implementation of finite element methods on unstructured meshes.

This course is neither a course on the mathematical foundations and numerical analysis of methods nor an course that merely teaches recipes and how to apply software packages.
InhaltSecond-order scalar elliptic boundary value problems
Finite-element methods (FEM)
FEM: Convergence and Accuracy
Non-linear elliptic boundary value problems
Second-order linear evolution problems
Convection-diffusion problems
Numerical methods for conservation laws
SkriptThe lecture will be taught in flipped classroom format:
- Video tutorials for all thematic units will be published online.
- Tablet notes accompanying the videos will be made available to the audience as PDF.
- A comprehensive lecture document will cover all aspects of the course, see https://www.sam.math.ethz.ch/~grsam/NUMPDEFL/NUMPDE.pdf
LiteraturChapters of the following books provide supplementary reading
(detailed references in course material):

* D. Braess: Finite Elemente,
Theorie, schnelle Löser und Anwendungen in der Elastizitätstheorie, Springer 2007 (available online).
* S. Brenner and R. Scott. Mathematical theory of finite element methods, Springer 2008 (available online).
* A. Ern and J.-L. Guermond. Theory and Practice of Finite Elements, volume 159 of Applied Mathematical Sciences. Springer, New York, 2004.
* Ch. Großmann and H.-G. Roos: Numerical Treatment of Partial Differential Equations, Springer 2007.
* W. Hackbusch. Elliptic Differential Equations. Theory and Numerical Treatment, volume 18 of Springer Series in Computational Mathematics. Springer, Berlin, 1992.
* P. Knabner and L. Angermann. Numerical Methods for Elliptic and Parabolic Partial Differential Equations, volume 44 of Texts in Applied Mathematics. Springer, Heidelberg, 2003.
* S. Larsson and V. Thomée. Partial Differential Equations with Numerical Methods, volume 45 of Texts in Applied Mathematics. Springer, Heidelberg, 2003.
* R. LeVeque. Finite Volume Methods for Hyperbolic Problems. Cambridge Texts in Applied Mathematics. Cambridge University Press, Cambridge, UK, 2002.

However, study of supplementary literature is not important for for following the course.
Voraussetzungen / BesonderesMastery of basic calculus and linear algebra is taken for granted.
Familiarity with fundamental numerical methods (solution methods for linear systems of equations, interpolation, approximation, numerical quadrature, numerical integration of ODEs) is essential.

Important: Coding skills and experience in C++ are essential.

Homework assignments involve substantial coding, partly based on a C++ finite element library. The written examination will be computer based and will comprise coding tasks.
KompetenzenKompetenzen
Konzepte und Theoriengeprüft
Methodenspezifische KompetenzenAnalytische Kompetenzengeprüft
Problemlösunggeprüft
Projektmanagementgefördert
401-0604-00LWahrscheinlichkeitstheorie und Statistik Information Belegung eingeschränkt - Details anzeigen O4 KP2V + 1UB. Acciaio
KurzbeschreibungWahrscheinlichkeitsmodelle und Anwendungen, Einführung in die Estimationstheorie und in die statistischen Tests.
LernzielFähigkeit, die behandelten wahrscheinlichkeitstheoretischen Methoden und Modellen zu verstehen und anzuwenden. Fähigkeit, einfache statistische Tests selbst durchzuführen und die Resultate zu interpretieren
InhaltDer Begriff Wahrscheinlichkeitsraum und einige klassische Modelle: Die Axiome von Kolmogorov, einfache Folgerungen, diskrete Modelle, Dichtefunktionen, Produktmodelle, Zusammenhang zwischen den bisher betrachteten Modellen, Verteilungsfunktionen, Transformation von Wahrscheinlichkeitsverteilungen. Bedingte Wahrscheinlichkeiten: Definition und Beispiele, Berechnung von absoluten aus bedingten Wahrscheinlichkeiten, Bayes'sche Regel, Anwendung auf Nachrichtenquellen, bedingte Verteilungen. Der Erwartungswert einer Zufallsvariablen, Varianz, Kovarianz und Korrelation, lineare Prognosen, das Gesetz der grossen Zahlen, der zentrale Grenzwertsatz. Einführung in die Statistik: Schätzung von Parametern, Tests.
Skriptja
LiteraturTextbuch: P. Brémaud: 'An Introduction to Probabilistic Modeling', Springer, 1988.
Block G4
NummerTitelTypECTSUmfangDozierende
529-0431-00LPhysikalische Chemie III: Molekulare Quantenmechanik Information Belegung eingeschränkt - Details anzeigen O4 KP4GF. Merkt, U. Hollenstein
KurzbeschreibungPostulate der Quantenmechanik, Operatorenalgebra, Schrödingergleichung, Zustandsfunktionen und Erwartungswerte, Matrixdarstellung von Operatoren, das Teilchen im Kasten, Tunnelprozess, harmonischer Oszillator, molekulare Schwingungen, Drehimpuls und Spin, verallgemeinertes Pauli Prinzip, Störungstheorie, Variationsprinzip, elektronische Struktur von Atomen und Molekülen, Born-Oppenheimer Näherung.
LernzielEs handelt sich um eine erste Grundvorlesung in Quantenmechanik. Die Vorlesung beginnt mit einem Überblick über die grundlegenden Konzepte der Quantenmechanik und führt den mathematischen Formalismus ein. Im Folgenden werden die Postulate und Theoreme der Quantenmechanik im Kontext der experimentellen und rechnerischen Ermittlung von physikalischen Grössen diskutiert. Die Vorlesung vermittelt die notwendigen Werkzeuge für das Verständnis der elementaren Quantenphänomene in Atomen und Molekülen.
InhaltPostulate und Theoreme der Quantenmechanik: Operatorenalgebra, Schrödingergleichung, Zustandsfunktionen und Erwartungswerte. Lineare Bewegungen: Das freie Teilchen, das Teilchen im Kasten, quantenmechanisches Tunneln, der harmonische Oszillator und molekulare Schwingungen. Drehimpulse: Spin- und Bahnbewegungen, molekulare Rotationen. Elektronische Struktur von Atomen und Molekülen: Pauli-Prinzip, Drehimpulskopplung, Born-Oppenheimer Näherung. Grundlagen der Variations- und Störungtheorie. Behandlung grösserer Systeme (Festkörper, Nanostrukturen).
SkriptEin Vorlesungsskript in Deutsch wird erhältlich sein. Das Skript ersetzt allerdings NICHT persönliche Notizen und deckt nicht alle Aspekte der Vorlesung ab.
151-0102-00LFluid Dynamics I Belegung eingeschränkt - Details anzeigen O6 KP4V + 2UF. Coletti
KurzbeschreibungEs wird eine Einführung in die physikalischen und mathematischen Grundlagen der Fluiddynamik geboten. Themengebiete sind u.a. Dimensionsanalyse, integrale und differentielle Erhaltungsgleichungen, reibungsfreie und -behaftete Strömungen, Navier-Stokes Gleichungen, Grenzschichten, turbulente Rohrströmung. Elementare Lösungen und Beipiele werden päsentiert.
LernzielEinführung in die physikalischen und mathematischen Grundlagen der Fluiddynamik. Vertrautmachen mit den Grundbegriffen, Anwendungen auf einfache Probleme.
InhaltPhänomene, Anwendungen, Grundfragen
Dimensionsanalyse und Ähnlichkeit; Kinematische Beschreibung; Erhaltungssätze (Masse, Impuls, Energie), integrale und differentielle Formulierungen; Reibungsfreie Strömungen: Euler-Gleichungen, Stromfadentheorie, Satz von Bernoulli; Reibungsbehaftete Strömungen: Navier-Stokes-Gleichungen; Grenzschichten; Turbulenz
SkriptEin Skript (erweiterte Formelsammlung) zur Vorlesung wird elektronisch zur Verfügung gestellt.
LiteraturEmpfohlenes Buch: Fluid Mechanics, Kundu & Cohen & Dowling, 6th ed., Academic Press / Elsevier (2015).
Voraussetzungen / BesonderesVoraussetzungen: Physik, Analysis
529-0483-00LStatistische Physik und Computer Simulation Information O6 KP2V + 1US. Riniker, P. H. Hünenberger
KurzbeschreibungPrinzipien und Anwendungen der statistischen Mechanik und Gleichgewichts-Molekulardynamik, Monte-Carlo-Verfahren, stochastischen Dynamik und freien Energie-Rechnung.
Die Übungen verwenden ein Computersimulationsprogramm, um Ensembles zu generieren und danach Ensembledurchschnitte zu berechnen.
LernzielEinführung in die statistische Mechanik mit Hilfe von Computersimulationen; Erwerben der Fertigkeit, Computersimulationen durchzuführen und die Resultate zu interpretieren.
InhaltPrinzipien und Anwendungen der statistischen Mechanik und Gleichgewichts-Molekulardynamik, Monte-Carlo-Verfahren, stochastischen Dynamik und freien Energie-Rechnung.
Die Übungen verwenden ein Computersimulationsprogramm, um Ensembles zu generieren und danach Ensembledurchschnitte zu berechnen.
Literaturwird in der Vorlesung bekannt gegeben
Voraussetzungen / BesonderesDa die Übungen am Computer wesentlich andere Fähigkeiten vermitteln und prüfen als die Vorlesung und schriftliche Prüfung, werden am Ende der Veranstaltung Ergebnisse einer kleinen Programmierarbeit von je zwei TeilnehmerInnen in einer 10 minütigen Präsentation vorgestellt.

Zusätzliche Informationen werden bei Veranstaltungsbeginn bekannt gegeben.
KompetenzenKompetenzen
Fachspezifische KompetenzenKonzepte und Theoriengeprüft
Verfahren und Technologiengeprüft
Methodenspezifische KompetenzenAnalytische Kompetenzengeprüft
Entscheidungsfindunggeprüft
Problemlösunggeprüft
Projektmanagementgeprüft
Soziale KompetenzenKooperation und Teamarbeitgeprüft
Verhandlunggeprüft
Persönliche KompetenzenAnpassung und Flexibilitätgeprüft
Kritisches Denkengeprüft
Selbststeuerung und Selbstmanagement geprüft
Kernfächer aus dem Bereich I (Module)
Modul A
NummerTitelTypECTSUmfangDozierende
151-0116-00LHigh Performance Computing for Science and Engineering (HPCSE) for CSE Information W7 KP4G + 2PS. M. Martin, E. A. Economides
KurzbeschreibungThis course focuses on programming methods and tools for modern parallel systems, such as large-scale supercomputers with multi and many-core processors. Emphasis will be placed on techniques and models to maximize the performance of such systems. This is a hands-on course that relies on practical applications in science and engineering to demonstrate the importance of HPC.
LernzielThe objective of this course is to specialize students in the use of supercomputer systems and advanced (GPU) processors for solving large-scale scientific and engineering applications.

Students will acquire tools that will enable them to solve computational problems, both in scientific research and engineering, that require large amounts of computation which can only be achieved by the efficient use of supercomputers and GPU processors.
InhaltThe topics offered by this lecture include:
- Large-scale computing topics: communication-tolerant programming and scalability.
+ Communication-Tolerant Programming
+ Hybrid Parallelism (MPI + OpenMP)
+ Work Tiling and Advanced Threading-Based Libraries
- High-Throughput Computing and it's use in Monte-carlo and sampling methods for stochastic optimization methods and uncertainty quantification (UQ)

- Principles and advance performance optimization topics for Many-Core (GPU) Programming
Skripthttps://www.cse-lab.ethz.ch/teaching/hpcse-ii_fs23/
The materials include class notes, presentation slides, and lecture recordings.
Literatur- Class notes
- Introduction to High Performance Computing for Scientists and Engineers, G. Hager and G. Wellein
- CUDA by example, J. Sanders and E. Kandrot
Voraussetzungen / BesonderesAttendance of HPCSE I
KompetenzenKompetenzen
Fachspezifische KompetenzenKonzepte und Theoriengefördert
Verfahren und Technologiengefördert
Methodenspezifische KompetenzenAnalytische Kompetenzengefördert
Entscheidungsfindunggefördert
Medien und digitale Technologiengefördert
Problemlösunggefördert
Persönliche KompetenzenAnpassung und Flexibilitätgefördert
Kreatives Denkengefördert
Kritisches Denkengefördert
Modul B
NummerTitelTypECTSUmfangDozierende
401-3670-00LHigh-Performance Computing Lab for CSE Belegung eingeschränkt - Details anzeigen W7 KP4G + 1PR. Käppeli, O. Schenk
KurzbeschreibungThis HPC Lab for CSE will focus on the effective exploitation of state-of-the-art HPC systems with a special focus on Computational Science and Engineering. The content of the course is tailored for 3th year Bachelor students interested in both learning parallel programming models, scientific mathematical libraries, and having hands-on experience using HPC systems.
LernzielA goal of the course is that students will learn principles and practices of basic numerical methods and HPC to enable large-scale scientific simulations. This goal will be achieved within six to eight mini-projects with a focus on HPC and CSE.
InhaltDespite the success of parallel programming languages standardization, there is growing evidence that future computational science applications will depend on a computational software stack. The computational software approach in this HPC Lab is based on building and using small, simple software parts with flexible, easy-to-use interfaces. These simple software parts are toolkits - libraries containing basic services commonly needed by applications - and they build the underlying software layer for computational science and engineering applications. This course will introduce some of the many ways in which mathematical HPC software and numerical algorithms in computer science and mathematics play a role in computational science. The students will learn within several mini-projects how these algorithms and software can be used to enable large-scale scientific applications. It covers topics such as single core optimization for the memory hierarchy, parallel large-scale graph partititoning, parallel mathematical linear solvers, large-scale nonlinear optimization, and parallel software for the mathematical solution of nonlinear partial differential equations. The course takes both an algorithmic and a computing approach, focusing on techniques that have a high level of applicability to engineering, computer science, and industrial mathematics.
SkriptLink to Moodle course: https://moodle-app2.let.ethz.ch/course/view.php?id=17005
Voraussetzungen / BesonderesSolid knowledge of the C programming language, parallel programming paradigms such as OpenMP and MPI, and numerical methods in scientific computing in the area of linear algebra, mathematical optimization, and partial differential equations.

The students might continue to study these HPC techniques within the annual USI-CSCS Summer University on "Effective High-Performance Computing & Data Analytics". The content of the course is tailored for intermediate graduate students interested in both learning parallel programming models, and having hands-on experience using HPC systems. Starting from an introductory explanation of the available systems at CSCS, the course will progress to more applied topics such as parallel programming on accelerators, scientific libraries, and deep learning software frameworks. The following topics will be covered: GPU/ARM architectures, GPU/ARM programming, Message passing programming model (MPI), Performance optimization and scientific libraries, interactive supercomputing, Python libraries, Introduction to Machine Learning, and GPU/ARM optimized framework.

This year’s USI-CSCS Summer University on HPC and Data Analytics, which will be composed of two sections – online from July 11 to 21, 2022, and on-site from July 23 to 25, 2022.

The digital portion of this annual program will last two weeks (weekends excluded) and will be held from July 11 to 21, between 9:00 and 15:30 (/16:30 on the last day) CEST (Central European Summer Time). The optional in-person portion of the program is a three-day event from July 23 to 25 that we offer to students of the CSCS-USI Summer University as an additional option to connect with other students and actual research through encounters with Professors, to create collaborations and participate in engaging and interactive sessions. We look forward to welcoming and getting to know interested students selected for the summer university to the Italian-speaking area of Switzerland, and to sharing with them some entertaining moments around networking and inspiring lectures. Further information on this portion of the program will be provided in the following weeks.

More information about the summer university is available here: Link
Modul C
NummerTitelTypECTSUmfangDozierende
401-3670-00LHigh-Performance Computing Lab for CSE Belegung eingeschränkt - Details anzeigen W7 KP4G + 1PR. Käppeli, O. Schenk
KurzbeschreibungThis HPC Lab for CSE will focus on the effective exploitation of state-of-the-art HPC systems with a special focus on Computational Science and Engineering. The content of the course is tailored for 3th year Bachelor students interested in both learning parallel programming models, scientific mathematical libraries, and having hands-on experience using HPC systems.
LernzielA goal of the course is that students will learn principles and practices of basic numerical methods and HPC to enable large-scale scientific simulations. This goal will be achieved within six to eight mini-projects with a focus on HPC and CSE.
InhaltDespite the success of parallel programming languages standardization, there is growing evidence that future computational science applications will depend on a computational software stack. The computational software approach in this HPC Lab is based on building and using small, simple software parts with flexible, easy-to-use interfaces. These simple software parts are toolkits - libraries containing basic services commonly needed by applications - and they build the underlying software layer for computational science and engineering applications. This course will introduce some of the many ways in which mathematical HPC software and numerical algorithms in computer science and mathematics play a role in computational science. The students will learn within several mini-projects how these algorithms and software can be used to enable large-scale scientific applications. It covers topics such as single core optimization for the memory hierarchy, parallel large-scale graph partititoning, parallel mathematical linear solvers, large-scale nonlinear optimization, and parallel software for the mathematical solution of nonlinear partial differential equations. The course takes both an algorithmic and a computing approach, focusing on techniques that have a high level of applicability to engineering, computer science, and industrial mathematics.
SkriptLink to Moodle course: https://moodle-app2.let.ethz.ch/course/view.php?id=17005
Voraussetzungen / BesonderesSolid knowledge of the C programming language, parallel programming paradigms such as OpenMP and MPI, and numerical methods in scientific computing in the area of linear algebra, mathematical optimization, and partial differential equations.

The students might continue to study these HPC techniques within the annual USI-CSCS Summer University on "Effective High-Performance Computing & Data Analytics". The content of the course is tailored for intermediate graduate students interested in both learning parallel programming models, and having hands-on experience using HPC systems. Starting from an introductory explanation of the available systems at CSCS, the course will progress to more applied topics such as parallel programming on accelerators, scientific libraries, and deep learning software frameworks. The following topics will be covered: GPU/ARM architectures, GPU/ARM programming, Message passing programming model (MPI), Performance optimization and scientific libraries, interactive supercomputing, Python libraries, Introduction to Machine Learning, and GPU/ARM optimized framework.

This year’s USI-CSCS Summer University on HPC and Data Analytics, which will be composed of two sections – online from July 11 to 21, 2022, and on-site from July 23 to 25, 2022.

The digital portion of this annual program will last two weeks (weekends excluded) and will be held from July 11 to 21, between 9:00 and 15:30 (/16:30 on the last day) CEST (Central European Summer Time). The optional in-person portion of the program is a three-day event from July 23 to 25 that we offer to students of the CSCS-USI Summer University as an additional option to connect with other students and actual research through encounters with Professors, to create collaborations and participate in engaging and interactive sessions. We look forward to welcoming and getting to know interested students selected for the summer university to the Italian-speaking area of Switzerland, and to sharing with them some entertaining moments around networking and inspiring lectures. Further information on this portion of the program will be provided in the following weeks.

More information about the summer university is available here: Link
Kernfächer aus dem Bereich II
Die Anrechnung der Lerneinheit 252-0220-00L Introduction to Machine Learning als Kernfach schliesst deren Anrechnung für das Vertiefungsgebiet Robotik aus.
NummerTitelTypECTSUmfangDozierende
252-0232-00LSoftware Engineering Information W6 KP2V + 1UF. Friedrich Wicker, M. Schwerhoff, H. Lehner
KurzbeschreibungThis course introduces both theoretical and applied aspects of software engineering. It covers:

- Software Architecture
- Informal and formal Modeling
- Design Patterns
- Software Engineering Principles
- Code Refactoring
- Program Testing
LernzielThe course has two main objectives:

- Obtain an end-to-end (both, theoretical and practical) understanding of the core techniques used for building quality software.
- Be able to apply these techniques in practice.
InhaltWhile the lecture will provide the theoretical foundations for the various aspects of software engineering, the students will apply those techniques in project work that will span over the whole semester - involving all aspects of software engineering, from understanding requirements over design and implementation to deployment and change requests.
Skriptno lecture notes
LiteraturWill be announced in the lecture
KompetenzenKompetenzen
Fachspezifische KompetenzenKonzepte und Theoriengeprüft
Verfahren und Technologiengeprüft
Methodenspezifische KompetenzenAnalytische Kompetenzengeprüft
Entscheidungsfindunggefördert
Medien und digitale Technologiengefördert
Problemlösunggeprüft
Projektmanagementgeprüft
Soziale KompetenzenKommunikationgeprüft
Kooperation und Teamarbeitgeprüft
Persönliche KompetenzenKreatives Denkengeprüft
Kritisches Denkengefördert
Selbststeuerung und Selbstmanagement gefördert
252-0220-00LIntroduction to Machine Learning Information Belegung eingeschränkt - Details anzeigen
Preference is given to students in programmes in which the course is being offered. All other students will be waitlisted. Please do not contact Prof. Krause for any questions in this regard. If necessary, please contact studiensekretariat@inf.ethz.ch
W8 KP4V + 2U + 1AA. Krause, F. Yang
KurzbeschreibungThe course introduces the foundations of learning and making predictions based on data.
LernzielThe course will introduce the foundations of learning and making predictions from data. We will study basic concepts such as trading goodness of fit and model complexitiy. We will discuss important machine learning algorithms used in practice, and provide hands-on experience in a course project.
Inhalt- Linear regression (overfitting, cross-validation/bootstrap, model selection, regularization, [stochastic] gradient descent)
- Linear classification: Logistic regression (feature selection, sparsity, multi-class)
- Kernels and the kernel trick (Properties of kernels; applications to linear and logistic regression); k-nearest neighbor
- Neural networks (backpropagation, regularization, convolutional neural networks)
- Unsupervised learning (k-means, PCA, neural network autoencoders)
- The statistical perspective (regularization as prior; loss as likelihood; learning as MAP inference)
- Statistical decision theory (decision making based on statistical models and utility functions)
- Discriminative vs. generative modeling (benefits and challenges in modeling joint vy. conditional distributions)
- Bayes' classifiers (Naive Bayes, Gaussian Bayes; MLE)
- Bayesian approaches to unsupervised learning (Gaussian mixtures, EM)
Voraussetzungen / BesonderesDesigned to provide a basis for following courses:
- Advanced Machine Learning
- Deep Learning
- Probabilistic Artificial Intelligence
- Seminar "Advanced Topics in Machine Learning"
KompetenzenKompetenzen
Fachspezifische KompetenzenKonzepte und Theoriengeprüft
Verfahren und Technologiengeprüft
Methodenspezifische KompetenzenAnalytische Kompetenzengeprüft
Entscheidungsfindunggeprüft
Medien und digitale Technologiengeprüft
Problemlösunggeprüft
Projektmanagementgeprüft
Soziale KompetenzenKommunikationgefördert
Kooperation und Teamarbeitgefördert
Persönliche KompetenzenKreatives Denkengeprüft
Kritisches Denkengeprüft
Integrität und Arbeitsethikgefördert
Vertiefungsgebiete
Astrophysik
NummerTitelTypECTSUmfangDozierende
401-3961-00LPhysical Cosmology (University of Zurich)
No enrolment to this course at ETH Zurich. Book the corresponding module directly at UZH as an incoming student.
UZH Module Code: AST513

Mind the enrolment deadlines at UZH:
https://www.uzh.ch/cmsssl/en/studies/application/deadlines.html
W10 KP4V + 2UUni-Dozierende
KurzbeschreibungWe study the history of our universe on large scales. We first discuss key cosmological observations that led to our standard model of cosmology, and we study in detail the origin and the evolution of the Universe such as inflation, big bang nucleosynthesis, and cosmic microwave background anisotropies. In the second part we learn (relativistic) perturbation theory ...
Lernziel
InhaltIn this course (formerly known as theoretical cosmology), we study the history of our universe on large scales. We first discuss key cosmological observations that led to our standard model of cosmology, and we study in detail the origin and the evolution of the Universe such as inflation, big bang nucleosynthesis, and cosmic microwave background anisotropies. In the second part we learn (relativistic) perturbation theory and apply it to initial conditions, large-scale structure and weak gravitational lensing.
LiteraturSugestted textbooks:
H. Mo, F. Van den Bosch, S. White: Galaxy Formation and Evolution
S. Carroll: Space-Time and Geometry: An Introduction to General Relativitv
S. Dodelson: Modern Cosmoloay

Secondary textbooks:
S. Weinberg: Gravitation and Cosmology
V. Mukhanov: Phvsical Foundations of Cosmology
E. W. Kolb and M. S. Turner: The Early Universe
N. Straumann: General relativity with applications to astrophysics
A. Liddle and D. Lvth: Cosmological Inflation and Large Scale Structure
Voraussetzungen / BesonderesBasic knowledge of general relativity is required.
Atmosphärenphysik
NummerTitelTypECTSUmfangDozierende
701-1216-00LWeather and Climate Models Information W4 KP3GC. Schär, D. Leutwyler, M. Wild
KurzbeschreibungThe course provides an introduction to weather and climate models. It discusses how these models are built addressing both the dynamical core and the physical parameterizations, and it provides an overview of how these models are used in numerical weather prediction and climate research. As a tutorial, students conduct a term project and build a simple atmospheric model using the language PYTHON.
LernzielAt the end of this course, students understand how weather and climate models are formulated from the governing physical principles, and how they are used for climate and weather prediction purposes.
InhaltThe course provides an introduction into the following themes: numerical methods (finite differences and spectral methods); adiabatic formulation of atmospheric models (vertical coordinates, hydrostatic approximation); parameterization of physical processes (e.g. clouds, convection, boundary layer, radiation); atmospheric data assimilation and weather prediction; predictability (chaos-theory, ensemble methods); climate models (coupled atmospheric, oceanic and biogeochemical models); climate prediction. Hands-on experience with simple models will be acquired in the tutorials.
SkriptSlides and lecture notes will be made available at
Link
LiteraturList of literature will be provided.
Voraussetzungen / BesonderesPrerequisites: to follow this course, you need some basic background in atmospheric science, numerical methods (e.g., "Numerische Methoden in der Umweltphysik", 701-0461-00L) as well as experience in programming. Previous experience with PYTHON is useful but not required.
Chemie
NummerTitelTypECTSUmfangDozierende
529-0474-00LQuantenchemieW6 KP3GM. Reiher, J. P. Unsleber, T. Weymuth
KurzbeschreibungEinführung in Konzepte der Elektronenstruktur-Theorie und in die Methoden der numerischen Quantenchemie; begleitende Übungen mit Papier und Bleistift, sowie Anleitungen zu praktischen Berechnungen mit Quantenchemie-Programmen am Computer.
LernzielChemie kann inzwischen vollständig am Computer betrieben werden, eine intellektuelle Leistung, für die 1998 der Nobelpreis an Pople und Kohn verliehen wurde. Diese Vorlesung zeigt, wie das geht. Erarbeitet wird dabei die Vielteilchen-Quantentheorie von Mehrelektronensystemen (Atome und Moleküle) und ihre Implementierung in Computerprogramme. Es soll ein vollständiges Bild der Quantenchemie vermittelt werden, das alles Rüstzeug zur Verfügung stellt, um selbst solche Berechnungen durchführen zu können (sei es begleitend zum Experiment oder als Start in eine Vertiefung dieser Theorie).
InhaltGrundlegende Konzepte der Vielteilchen-Quantenmechanik. Entwicklung der Mehrelektronentheorie für Atome und Moleküle; beginnend bei der harmonischen Näherung für das Kern-Problem und bei der Hartree-Fock-Theorie für das elektronische Problem über Moeller-Plesset-Störungstheorie und Konfigurationswechselwirkung zu Coupled-Cluster und Multikonfigurationsverfahren. Dichtefunktionaltheorie. Verwendung quantenchemischer Software und Problemlösungen mit dem Computer.
SkriptEin Skript zu allen Vorlesungsstunden wird zur Verfügung gestellt (die aufgearbeitete Theorie wird durch praktische Beispiele kontinuierlich begleitet).

Sämtliche Informationen zur Vorlesung, sowie die links zum Online-Streaming werden auf dieser Webseite bekanntgegeben:
https://reiher.ethz.ch/courses-and-seminars/exercises/QC_2023.html
LiteraturLehrbücher:
F.L. Pilar, Elementary Quantum Chemistry, Dover Publications
I.N. Levine, Quantum Chemistry, Prentice Hall

Hartree-Fock in Basisdarstellung:
A. Szabo and N. Ostlund, Modern Quantum Chemistry: Introduction to Advanced Electronic Structure Theory, McGraw-Hill

Bücher zur Computerchemie:
F. Jensen, Introduction to Computational Chemistry, John Wiley & Sons
C.J. Cramer, Essentials of Computational Chemistry, John Wiley & Sons
Voraussetzungen / BesonderesVoraussetzungen: einführende Vorlesung in Quantenmechanik (z.B. Physikalische Chemie III: Quantenmechanik)
227-0161-00LMolecular and Materials Modelling Information W6 KP2V + 2UD. Passerone, C. Pignedoli
KurzbeschreibungThe course introduces the basic techniques to interpret experiments with contemporary atomistic simulation, including force fields or ab initio based molecular dynamics and Monte Carlo. Structural and electronic properties will be simulated hands-on for realistic systems.
The modern methods of "big data" analysis applied to the screening of chemical structures will be introduced with examples.
LernzielThe ability to select a suitable atomistic approach to model a nanoscale system, and to employ a simulation package to compute quantities providing a theoretically sound explanation of a given experiment. This includes knowledge of empirical force fields and insight in electronic structure theory, in particular density functional theory (DFT). Understanding the advantages of Monte Carlo and molecular dynamics (MD), and how these simulation methods can be used to compute various static and dynamic material properties. Basic understanding on how to simulate different spectroscopies (IR, X-ray, UV/VIS). Performing a basic computational experiment: interpreting the experimental input, choosing theory level and model approximations, performing the calculations, collecting and representing the results, discussing the comparison to the experiment.
Inhalt-Classical force fields in molecular and condensed phase systems
-Methods for finding stationary states in a potential energy surface
-Monte Carlo techniques applied to nanoscience
-Classical molecular dynamics: extracting quantities and relating to experimentally accessible properties
-From molecular orbital theory to quantum chemistry: chemical reactions
-Condensed phase systems: from periodicity to band structure
-Larger scale systems and their electronic properties: density functional theory and its approximations
-Advanced molecular dynamics: Correlation functions and extracting free energies
-The use of Smooth Overlap of Atomic Positions (SOAP) descriptors in the evaluation of the (dis)similarity of crystalline, disordered and molecular compounds
SkriptA script will be made available and complemented by literature references.
LiteraturD. Frenkel and B. Smit, Understanding Molecular Simulations, Academic Press, 2002.

M. P. Allen and D.J. Tildesley, Computer Simulations of Liquids, Oxford University Press 1990.

C. J. Cramer, Essentials of Computational Chemistry. Theories and Models, Wiley 2004

G. L. Miessler, P. J. Fischer, and Donald A. Tarr, Inorganic Chemistry, Pearson 2014.

K. Huang, Statistical Mechanics, Wiley, 1987.

N. W. Ashcroft, N. D. Mermin, Solid State Physics, Saunders College 1976.

E. Kaxiras, Atomic and Electronic Structure of Solids, Cambridge University Press 2010.
Fluiddynamik
NummerTitelTypECTSUmfangDozierende
151-0208-00LComputational Methods for Flow, Heat and Mass Transfer ProblemsW4 KP4GD. W. Meyer-Massetti
KurzbeschreibungEs werden numerische Methoden zur Lösung von Problemen der Fluiddynamik, Energie- & Verfahrenstechnik dargestellt und anhand von analytischen & numerischen Beispielen illustriert. Die Lehrveranstaltung wird im flipped classroom Format durchgeführt.
LernzielKenntnisse und praktische Erfahrung mit der Anwendung von Diskretisierungs- und Lösungsverfahren für Problem der Fluiddynamik und der Energie- und Verfahrenstechnik
Inhalt- Einleitung mit Anwendungen, Schritte zur numerischen Lösung
- Klassifizierung partieller Differentialgleichungen, Beispiele aus Anwendungen
- Finite Differenzen
- Finite Volumen
- Methoden der gewichteten Residuen, Spektralmethoden, finite Elemente
- Randelementmethode
- Stabilitätsanalyse, Konsistenz, Konvergenz
- Numerische Lösungsverfahren, lineare Löser
Der Stoff wird mit Beispielen aus der Praxis illustriert.
SkriptFolien und ein Skript werden ausgegeben.
LiteraturReferenzen werden in der Vorlesung angegeben.
Voraussetzungen / BesonderesGrundlagen in Fluiddynamik, Thermodynamik und Programmieren (Vorlesung: "Models, Algorithms and Data: Introduction to Computing")
KompetenzenKompetenzen
Fachspezifische KompetenzenKonzepte und Theoriengeprüft
Verfahren und Technologiengeprüft
Methodenspezifische KompetenzenAnalytische Kompetenzengeprüft
Entscheidungsfindunggeprüft
Medien und digitale Technologiengeprüft
Problemlösunggeprüft
Persönliche KompetenzenKreatives Denkengeprüft
Kritisches Denkengeprüft
Integrität und Arbeitsethikgeprüft
Selbststeuerung und Selbstmanagement geprüft
  •  Seite  1  von  5 Nächste Seite Letzte Seite     Alle