Data

On this page, you can find a collection of numerical data from papers that I have published. I value research transparency, and am happy to provide assistance to reproduce my findings.

When able, all the codes I have used are both publicly available and open source (see Tools).

Note that I am slowly constructing this website, and the codes/data you want might not appear here for the moment, but please feel free to contact me.

I am also including some of the teaching materials I developed in the past (with MIT License, so feel free to use them).

Quasinormal modes and excitation factors of Kerr black holes

Special lecture for “Black holes and gravitational waves” at NBI

Workshop on “Easy GPU computing with jax and cupy” at Tycho Science Day 2026

  • Slides for the workshop on general-purpose GPU computing with high-level Python libraries jax, cupy (and torch)
  • Interactive jupyter notebook, a demonstration on how much performance one can gain by moving computations to GPUs, using dense matrix manuipulation as an example
    • similarly, you can just provide this link when creating a notebook in Google colab, and everything will work automagically