From 2afcfa1feed3cdd56f74bb1ce8c0af78f70ead9f Mon Sep 17 00:00:00 2001 From: Marco Nurisso <45329455+Marconurisso@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:19:53 +0100 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..464b294 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# 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.