Skip to main navigation Skip to main content Skip to page footer

HGS MathComp - Where Methods Meet Applications

The Heidelberg Graduate School of Mathematical and Computational Methods for the Sciences (HGS MathComp) at Heidelberg University is one of the leading graduate schools in Germany focusing on the complex topic of Scientific Computing. Located in a vibrant research environment, the school offers a structured interdisciplinary education for PhD students. The program supports students in pursuing innovative PhD projects with a strong application-oriented focus, ranging from mathematics, computer science, bio/life-sciences, physics, and chemical engineering sciences to cultural heritage. A strong focus is put on the mathematical and computational foundations: the theoretical underpinnings and computational abstraction and conception.

HGS MathComp Principal Investigators are leading experts in their fields, working on projects that combine mathematical and computational methodology with topical research issues. Individual mentoring for PhD candidates and career development programs ensure that graduates are fully equipped to take up top positions in industry and academia.

News & Current Opportunities

Guest Program

Call for proposals for the Romberg Visiting Professor and Romberg Visiting Scholar 2026

Deadline: June 30, 2025

Mentoring Program

Call for applications for the SSC Fellows Program 2025

Deadline: June 15, 2025

12.06.2025
15:45 - 16:15
HGS MathComp Mixer
Networking

Location: Mathematikon • Common Room, 5th Floor • Im Neuenheimer Feld 205 • 69120 Heidelberg
Organizer: HGS MathComp
ECTS: 0
Join us for an informal get-together of the HGS MathComp community just before the IWR Colloquium. Bring your colleagues, have some cake and beverages, and find out what's currently going on in the other research groups.
 
12.06.2025
16:15
Theory & Methods
A Brief History of the Periodogram and its Application to Time Series Analysis
IWR Colloquium

Speaker: Prof. Suhasini Subba Rao • Texas A&M University , USA • 2025 Romberg Visiting Scholar
Location: Mathematikon • Conference Room, Room 5/104, 5th Floor • Im Neuenheimer Feld 205 • 69120 Heidelberg
Registration: No registration required
Organizer: Interdisciplinary Center for Scientific Computing (IWR)
ECTS: 1 for 5
The IWR Colloquium serves as a platform for the interdisciplinary dialogue which characterizes the field of scientific computing. Every semester, members of the IWR and its affiliated institutions as well as renowned international experts are invited to present their latest scientific results and discuss the upcoming challenges in the field of scientific computing.

The IWR Colloquium will be held as an in-person event at the Mathematikon. In addition it will be streamed via Zoom. For more information please visit the website of the colloquium.

The origins of time series analysis trace back to the late 19th century, when Arthur Schuster first introduced the periodogram to detect periodicities in time series data. We begin by revisiting Schuster’s early contributions, along with the follow-up work of Udny Yule and Gilbert Walker, which together laid the foundations of modern time series analysis. Central to the analysis is the periodogram and its close cousin, the spectral density function. We next look at parametric and nonparametric models used for estimating the spectral density function, with special attention to the seminal work of Peter Whittle. In the 1950s, while a PhD student, he introduced the "Whittle likelihood"; a computationally efficient method for fitting parametric models to time series data. This approach relies on approximating the inverse of a Toeplitz matrix with a circulant matrix. The final part of this talk turns to more recent developments motivated by high dimensional time series. The past decade has seen active research into the usage of spectral methods in graph estimation, which we will review.
 
23.06.2025 - 27.06.2025
09:00 - 13:00
Theory & Methods
Scientific Software Development
Compact Courses

Speaker: Dr. Inga Ulusoy, Research Software Engineer, Scientific Software Center (SSC)
Location: Mathematikon • Im Neuenheimer Feld 205, 69120 Heidelberg
Registration: Please register via this form
Organizer: Scientific Software Center (SSC)
ECTS: 1
This compact course is part of the course program of the Scientific Software Center (SSC) at Heidelberg University.

The latest information and a registration link are available on the course website.

Prerequisites
Basic Python knowledge is required. Participants need a laptop.

Summary
In this course, you will learn how to develop scientific software in a way that enables reproducible research and sustainable software. Sustainable scientific software leaves room for further, subsequent implementations and method development, and saves time and effort in the long run; additionally, a sustainable approach follows good scientific practice through making results reproducible. This course is aimed at researchers, doctoral and master students who develop scientific software to carry out their research.

Learning Objectives
After the course participants should be able to
• Use the git version-control system and collaborate on GitHub
• Use an integrated development environment (IDE)
• Use a linter and code formatter
• Understand the best practices for planning a piece of software
• Write Pytest unit tests
• Use Sphinx to build a documentation
• Ensure reproducibility through automated testing with GitHub actions
• Understand the basics of publishing a Python package