Phase model
A collection of Kuramoto oscillators modelling some biological cell state. The code is a C implementation of the Kuramoto model of synchronization.
I Developed the code while playing with the GLib to store a collection of oscillators as a GSList. The Kuramoto dynamics is integrated using numerical methods.
Dependencies:
Pseudo random numbers is provided by the mt64.h library. Gnuplot plotting of the dynaimcs of the phases as well as order parameter is done with gnuplot_i.h.
A basic Claude Code descritpion of the code base is also included as a CLAUDE.md Claude code was not used to generate code but only to describe the project.