Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.15 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.15 KB

Deeper but smaller: Higher-order interactions increase linear stability but shrink basins

DOI

This repository contains the code used for the analysis presented in the paper:
"Deeper but smaller: Higher-order interactions increase linear stability but shrink basins"
by Y. Zhang, P. S. Skardal, F. Battiston, G. Petri, and M. Lucas
Sci. Adv. 10, eado8049 (2024)

Contents

  • notebooks/: notebooks used to produce the figures and simple simulations
  • code/: modules with functions used in the notebooks and heavier simulation scripts
  • data/: simulation outputs saved for plotting

Dependencies

The code was tested for Python 3.9 and the dependencies specified in requirements.txt.

In particular, the code relies on the XGI library and the SciPy ODE integration functions.