2-D Kuramoto Oscillator Membrane
Published:
This project models a membrane of phase-coupled Kuramoto oscillators on a two-dimensional grid.
The simulation captures rich spatiotemporal patterns—spirals, traveling waves, and chimera states—mirroring phenomena observed in large neuronal populations.
Key Features
- Coupling: nearest-neighbor and optional long-range interactions
- Integration: explicit Runge–Kutta time-stepping (NumPy)
Technical Stack
- Language: Python
- Core libraries: NumPy, SciPy, Matplotlib, tqdm