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
Registration: Please register on the event website
Organizer: 4EU+, AI-Physics Marie Curie Ph.D. network
The school will be held in the famous Auditorium A at the Niels Bohr Institute in central Copenhagen. There is room for 60 students, which will be accepted on a first-come-first-serve basis, provided that the students fulfills the requirements and submits a well motivated registration.
The latest information and a registration link are available on the event website
Please note that the spots with an additional travel grant through 4EU+ have now been filled.
So if you are a Ph.D. student in a field of physics (or a related "large research data" science), who would like to learn more about both basic but also more advanced Machine Learning approaches and ways of thinking, don't hesitate to apply.
Lectures will be run by a diverse group of physicists and computer scientists, led by the world-class researchers Tilman Plehn (Univerity of Heidelberg) and Thea Aarrestad (ETH Zurich), on topics such as:
- Bayesian neural networks
- Uncertainty quantification & learning
- Generative machine learning
- Representation learning
- Fast machine learning
- Physics-informed neural networks
14:00 - 18:00
Location: Präsenz in Heidelberg
Registration: Please register on the event website
Organizer: Graduate Academy
The latest information and a registration link are available on the course website (log in with Uni-ID).
HGS MathComp fellows can get a reimbursement of the course fees. Please submit your proof of payment and certificate of participation to hgs@iwr.uni-heidelberg.de.
In particular, the course will cover the following topics:
Requirements on research data handling from universities, research funders and scientific journals
Short-term and long-term preservation: formats, metadata, documentation, standards
Open Research data, data publication and data citations: Where? How? Why and why not?
Creation of data management plans for research projects
Support for researchers at Heidelberg University: the Competence Centre for Research Data (http://www.data.uni-heidelberg.de/index.en.html)
09:30 - 13:00
Location: Mathematikon • Conference Room, Room 5/104, 5th Floor • Im Neuenheimer Feld 205, 69120 Heidelberg
Registration: Please register via this form
Organizer: Scientific Software Center (SSC)
The latest information and a registration link are available on the course website.
Experience or interest in publishing your Python code and a laptop is required.
Summary:
In this course we will learn how to package a Python library, how to publish it on PyPI and on conda-forge, as well as look at more advanced topics like building pre-compiled wheels including c++ extensions using pybind11, and automatically publishing new releases using continuous integration and cibuildwheel.
Learning Objectives
After the course participants should be able to:
- Create a modern pyproject.toml Python package
- Publish this package to PyPI
- Set up continuous integration to automatically publish to PyPI
- Understand the basics of conda-forge publishing
- Create binary wheels including c++ pybind11 extensions