Skip to content

Projects

  • NoPEC Stands for Nonlinear Parabolic-Elliptic Coupled model. This is the code that I developed during my doctoral studies. At the end of 2025 I started cleaning the code and turning it into a real Python package. Maybe improving it somehow.
  • OscillatorNetwork This repository contains some code I developed to visualize a system of coupled complex oscillators. I found some equations in a paper and I asked myself: "How do these dynamical states evolve?" So I created a small focused packaged to play with some plotting packages in Python. The link takes to a single static notebook. From there, the Binder link opens an interactive JupyterLab session with notebooks.
  • BookHoarder I developed this code because I like to buy books (maybe I like it too much). But there are too many books to buy, and for most of them I can just wait for periodic discounts. This software can tell me when those discounts are happening, and if they are real discounts (on par or better than their low recorded price). I started with italian bookshops and then added german and english bookshops that would deliver where I live. Nowadays I try to buy books at local, independent bookshops, so I am using this software less and less.
  • FE-micromagnetism Working in the topic of magnetic materials, I am learning that physics has cool equations, too. I am looking at these equations, explaining how the finite element method can be applied, tricks to be used, possible speed-ups, and how to define a proper micromagnetic solver. As I am learning this at the moment, it will progress pretty slow.
  • MaMMoS Project My daily job since June 2024 is working on the MaMMoS project. This is a big multidiscplinary project dealing with multiscale modelling in physics, reproducible software frameworks and practices, experimental data management, and numerical optimization of dynamical system. I am one of the main software developers.
  • exercises Textbook exercises that I solve.