Simulation Methods in Physics I WS 2022/2023

From ICPWiki
Revision as of 23:16, 21 July 2022 by Dbeyer (talk | contribs) (→‎Script)
Jump to navigation Jump to search

Overview

Type
Lecture (2 SWS) and Tutorials (2 SWS)
Lecturer
Prof. Dr. Christian Holm
Course language
English
Location and Time
Lecture: Thu, 15:45–17:15 (ICP Seminar Room 1.079, Allmandring 3)
Tutorials:
Prerequisites
We expect the participants to have basic knowledge in classical and statistical mechanics, thermodynamics, and partial differential equations, as well as knowledge of a programming language (Python and C).

The lecture is accompanied by hands-on tutorials which will take place on Thursday and Friday afternoon. They consist of practical exercises at the computer such as small programming tasks, simulations, visualization and data analysis. The tutorials build upon each other, therefore continuous attendance is expected.

Course material

All course material (general info, lecture recordings, worksheets, ...) will be distributed via ILIAS (you join the ILIAS groups upon registration through C@MPUS).

There are separate courses for the [... lecture] and for the [... exercises].

Lecture

Scope

The first part of the course intends to give an overview about modern simulation methods used in physics today. The focus of the lecture will be to introduce different approaches to simulating a problem, hence we will not go too to deep into specific details but rather try to cover a broad range of methods. In more detail, the lecture will consist of:

Molecular Dynamics
The first problem that comes to mind when thinking about simulating physics is solving Newtons equations of motion for particles with given interactions. From that perspective, we first introduce the most common numerical integrators. This approach quickly leads us to Molecular Dynamics (MD) simulations. Many of the complex problems of practical importance require us to take a closer look at statistical properties, ensembles and the macroscopic observables.
The goal is to be able to set up and run real MD simulations for different ensembles and understand and interpret the output.
Error Analysis
Autocorrelation, Jackknifing, Bootstrapping
Monte Carlo Simulations
Since their invention, the importance of Monte Carlo (MC) sampling has grown constantly. Nowadays it is applied to a wide class of problems in modern computational physics. We want to present the general idea and theory behind MC simulations and show some more properties using simple toy models such as the Ising model.
Critical exponents in second order phase transitions
Finite-size scaling, universality concept, how to determine critical exponent with lattice spin models


Script

A preliminary version of the script can be downloaded here (929 kB).

If you find any kind of mistake / error / typo / bad formatting / etc. in the script, please send an email to Samuel Tovey or David Beyer.

Recommended literature

We recommend that you search the university library for ebook versions of these books

Useful online resources

From Theory to Algorithms, Lecture Notes, (2002).

  • Reweighing: W. Janke, Histograms and all that, Computer Simulations of Surfaces and Interfaces, pp 137-157, Springer book
  • Monte Carlo Simulations: W. Janke, Monte Carlo, Monte Carlo Simulations of Spin Systems, Computational Physics pp 10-43


Tutorials

General Remarks

Hand-in-exercises

  • The worksheets are to be solved in groups of two or three people. We will not accept hand-in-exercises that only have a single name on it.
  • A written report (between 5 and 10 pages) has to be handed in for each worksheet. We recommend using LaTeX to prepare the report.
  • You have two weeks to prepare the report for each worksheet.
  • The report has to be uploaded to ILIAS or sent to your tutor via email (Mariano Brito or Alexander Reinauer) if there are any issues.
  • Each task within the tutorial is assigned a given number of points. Each student should have 50 % of the points from each tutorial as a prerequisite for the oral examination.

What happens in a tutorial

  • The tutorials take place every week.
  • You will receive the new worksheet on the days before the tutorial.
  • In the first tutorial after you received a worksheet, the solutions of the previous worksheet will be presented (see below) and the new worksheet will be discussed.
  • In the second tutorial after you received the worksheet, there is time to work on the exercises and to ask questions for the tutor.
  • You will have to hand in the reports on Tuesday (midnight) after the second tutorial.
  • In the third tutorial after you received the worksheet, the solutions will be discussed:
    • The tutor will ask a team to present their solution.
    • The tutor will choose one of the members of the team to present each task.
    • This means that each team member should be able to present any task.
    • At the end of the term, everybody should have presented at least once.

Getting ready for the exercises

Linux

Python

  • Use the existing documentation of Python itself! To get help on the command print, use
 pydoc print
  • Or use the Web browser to read it. Start
 pydoc -p 4242
and visit the page http://localhost:4242

NumPy

  • first of all, try to use
 pydoc numpy

LaTeX

Running Python on your own computer

If you want to solve the problems on your own computer, you need to install Python along with a few extensions. This works differently depending on your operating system.

Debian und Ubuntu Linux

sudo apt-get update
sudo apt-get install python3 python3-numpy python3-scipy \
    python3-matplotlib ipython ipython-notebook gcc g++
mkdir -p ~/.config/matplotlib
echo 'backend: TkAgg' > ~/.config/matplotlib/matplotlibrc

OpenSUSE Linux

sudo zypper install python python-numpy python-scipy \
    python-matplotlib IPython gcc python-Cython
mkdir -p ~/.config/matplotlib
echo 'backend: TkAgg' > ~/.config/matplotlib/matplotlibrc

Mac OS X

First, install the C compiler:

xcode-select --install
xcodebuild -license accept

Now download and install MacPorts. Next, you can install the Python packages.

sudo port selfupdate
sudo port install python36 py36-numpy py36-scipy \
    py36-matplotlib py36-ipython py36-jupyter
sudo port select python python36
sudo port select ipython py36-ipython

Windows

For Windows, we recommend Anaconda Python, an all-in-one package that includes all required Python modules.

For the worksheets that use Cython, you will also need to install a compatible C compiler. If you chose Python 2.7, that is Visual Studio 2008 Express Edition plus, if you are running 64-bit Windows, the Windows SDK 2008 (in the installer, select "Installation Options", "Developer Tools", "Visual C++ Compilers", "Install the Visual C++ 9.0 Compilers). If you chose Python 3.5 or 3.6, you need Visual Studio 2015 Community Edition (in the installer, select "Custom" and on the next page, select "Common Tools for Visual C++ 2015" in the "Programming Languages" category and uncheck all the other components that we do not need).

Examination

Depending on the programme you are enrolled in, Simulation Methods is part of different modules that award different numbers of credits after different kinds of exams. Please have a look at File:SimMethModuleOverview.pdf, which also explains how you can take Advanced Simulation Methods.

C++ Course

The Computer Science department is offering a week-long C++ course at the end of this semester. We recommend all students that plan on participating the Advanced Simulation Methods lecture in winter semester 2023 to take this course. We also recommend it to all students that are considering doing a master's or bachelor's thesis at the ICP. Current bachelor students might be able to take this course as Schlüsselqualifikation – but please contact the organizing Professor beforehand to ensure that this is actually the case. Master students will be able to take this course as One Course (2 SWS) in an Application Field of Simulation Methods as part of the Fortgeschrittene Simulationsmethoden (Schwerpunkt) module, pending a change of the Modulhandbuch. Note that even current bachelor students can already take the course in 2021 if they intend to enroll in the master programme (starting in fall 2022) and take Advanced Simulation Methods (in summer 2023).

SSH to an ICP computer

Computers from the ICP are only accessible from within the university network. There are typically two ways to access the university network from outside the university:

  1. connect to the Uni-VPN
  2. connect to the Physic-CIP-Pool via SSH first (instructions are in the FAQ)

and then connect to the SSH-Gateway of the ICP ssh.icp.uni-stuttgart.de. These machines should not be used for computations, you should choose a CIP-machine to connect to e.g. cip7 where you can typically choose IDs between 0 and 24.

A full example of the connection via the Physic-CIP-Pool is shown below, for the Uni-VPN the first ssh connection is not necessary.

$ ssh st123456@ssh.physcip.uni-stuttgart.de   # Connection to the Physic-CIP-Pool
st123456@ssh.physcip.uni-stuttgart.de's password: ********
[...]
$ ssh username@ssh.icp.uni-stuttgart.de       # Connection to the SSH-Gateway
Password: ********
[...]
$ ssh cip7                                    # Connection to the CIP-Pool-machine
Passwort: ********
[...]