K-Matrix Formalism in Hadron Physics#
This repository contains educational materials focused on the application of the \(K\)-matrix formalism in the field of hadron physics. The materials are designed to bridge theoretical concepts with practical examples, facilitating a deeper understanding of scattering amplitude observables and resonance phenomena.
Contents#
The core of this repository are the following interactive notebooks:
Supplementary materials, including lecture notes and presentations, can be found here:
Second talk:
Analytic continuation within K-matrix formalism
(Lena Zeynep Pöpping)
Installation Instructions#
To run the materials in this repository locally, clone the repository using:
git clone https://github.com/rub-ep1/international-k-matrix-day
This course utilizes Pluto notebooks, which requires Julia, and Jupyter notebooks, which requires Python. You can install and run Pluto and Jupyter yourself, but you can also use the provided Pixi environment.
-
curl -fsSL https://pixi.sh/install.sh | bash
iwr -useb https://pixi.sh/install.ps1 | iex
winget install prefix-dev.pixi
Run one of the Pixi tasks:
pixi run lab
pixi run pluto
Warning
The first time you run
pixi run pluto
, it can take a few minutes before all Julia packages are downloaded and installed.