TUDa-NMAP-2023

Binder

Numerical Methods in Accelerator Physics

MSc lecture series on numerical methods applied to the field of accelerator physics. The course is developed by Adrian Oeftiger and given at the Technical University of Darmstadt since 2022.

This repository provides the jupyter notebook resources for each lecture.

The wrap-up slides contain an overview of the course as provided at the end of the lecture series.


The rendered HTML slides of the notebooks are found here:


Run online

Run these notebook talks online, interactively, on either

Binder

Binder


Run locally

The notebook can of course also be run on your local computer using your own jupyter notebook server. Install such an environment e.g. via the extensive Anaconda distribution, the minimalistic Miniconda distribution or the extremely fast Mamba package manager. (The order indicates preference by simplicity in installation and usage.)

You may find all required packages in the environment.yml file:

$ conda env create -f environment.yml
$ conda activate nmap23