Skip to content

Tools

I develop and contribute to several open-source projects, focusing on scientific computing, general-purpose software tools and applications for high-energy particle physics.

evortran

evortran A Fortran package for optimization using genetic algorithms
  • You can find the source on gitlab.
  • A python interface called pyevortran is also available on gitlab.

HiggsTools

HiggsTools Incorporates the current versions of HiggsBounds and HiggsSignals
  • You can find the source on gitlab.
  • The documentation can be found here.
  • An FPM template that demonstrates how to use HiggsTools in Fortran can be found here.

copa

copa A Fortran package for parallel ensemble MCMC-sampling and Bayesian inference.
  • You can find the source on github.
  • A python interface called pycopa is also available on github.

thdmTools

thdmTools A python package to study the 2HDM.
  • You can find the source on gitlab.
  • The documentation can be found here.

arxify

arxify A python package that prepares a latex + bibtex project for the arXiv submission.
  • You can find the source on gitlab.

fpm-linalg

linalg A light-weight Fortran package for linear algebra matrix operations with double and quad precision.
  • You can find the source on gitlab.
  • The documentation can be found here.

ableiter

ableiter A light-weight python package for the numerical computation of 1st-, 2nd-, 3rd- and 4th-order partial derivatives of multivariate functions using finite differences.
  • You can find the source on gitlab.
  • The documentation can be found here.

s2hdmTools

s2hdmTools A python package to study the S2HDM
  • You can find the source on gitlab.
  • The documentation can be found here.

cs2hdmTools

cs2hdmTools A Fortran package to study the cS2HDM.
  • You can find the source on gitlab.

thermalFunctions

thermalFunctions A Fortran package for the fast evaluation of the bosonic (Jb) and the fermionic (Jf) thermal functions occurring in finite temperature quantum field theory.
  • You can find the source on github.
  • A python interface called pythermalfunctions is contained in the same repository.

cubicsplines

CubicSplines A Fortran package for cubic spline interpolations in one dimension.
  • You can find the source on github.