Skip to content

Python code to perform higher-order Laplacian renormalization of simplicial complexes

Notifications You must be signed in to change notification settings

MartaMorandini/higher_order_LRG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Higher-order Laplacian Renormalization

Code implementation for the paper Nurisso, M., Morandini, M., Lucas, M., Vaccarino, F., Gili, T., & Petri, G. (2024). Higher-order Laplacian Renormalization. arXiv preprint arXiv:2401.11298.

Contents

  • Functions
    • plotting.py: functions to plot 2-dimensional simplicial complexes;
    • renormalize.py: functions to compute the entropic susceptibility and renormalize simplicial complexes;
    • scomplex.py: functions to work with simplicial complexes, generate them and compute their cross-order Laplacians.
  • Experiments_setups: jupyter notebooks for reproducing the paper's figures.
  • Datasets: example real-world networks.
  • C_curves: contains pre-computed entropic susceptibility curves for NGF simplicial complexes and real-world networks.

About

Python code to perform higher-order Laplacian renormalization of simplicial complexes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.3%
  • Python 2.7%