Webpage under development

Open infrastructure for higher-order networks

Hypergraphx ecosystem

Software, datasets, and shared formats for studying systems where interactions happen in groups, not only in pairs.

Library Python toolkit Data curated catalog
Product 01

Hypergraphx

Python tools for building, analyzing, modeling, and visualizing higher-order networks.

Analysis Models Visualization
Open library site
$ python
import hypergraphx as hgx

H = hgx.Hypergraph(
    [[1, 2, 3], [2, 4], [3, 4, 5]],
    weighted=True,
)

print(H.num_nodes(), H.num_edges())
hgx.draw(H)
Product 02

Hypergraphx-data

A curated catalog of real-world higher-order datasets with metadata and reproducible downloads.

Metadata Downloads Citations
Browse datasets
$ python
from hypergraphx_data import load_dataset

dataset = load_dataset("coauth-pacs")
H = dataset.to_hypergraph()

print(dataset.domain)
print(H.num_nodes(), H.num_edges())
Social Biology Technology Finance
Python Analysis, models, dynamics, visualization
Datasets Curated higher-order networks with metadata
Formats Interoperable JSON and HIF workflows

Ecosystem

One home for the HGX tools

Software GitHub

Hypergraphx

A research-friendly Python library for constructing, storing, analyzing, and visualizing hypergraphs with weighted, directed, temporal, signed, and multiplex interactions.

Analysis Models Visualization
pip install hypergraphx
Open library site
Data GitHub

Hypergraphx-data

A curated catalog of real-world higher-order network datasets spanning social systems, biology, finance, technology, food, and culture, with consistent metadata and ready-to-use downloads.

Social Biology Technology
load_hypergraph_from_server("DATASET_NAME")
Browse datasets

Scope

Built for higher-order network research

Represent

Hypergraphs, temporal hypergraphs, multiplex structures, line graphs, duals, and clique expansions.

Measure

Degrees, centralities, correlations, assortativity, motifs, communities, and mesoscale organization.

Model

Generative models, filtering, inference, diffusion, contagion, random walks, and synchronization.

Team

The HGX team

Contributors

People contributing to the HGX ecosystem

Martina Contisciani

Martina Contisciani

Library contributor; Postdoctoral Researcher, Center for Critical Computational Studies

Website
CB

Caterina De Bacco

Library contributor; Associate Professor, TU Delft

Website
Leonardo Di Gaetano

Leonardo Di Gaetano

Library contributor

Luca Gallo

Luca Gallo

Library contributor; Postdoctoral Research Fellow, Corvinus University of Budapest

Website
Alberto Montresor

Alberto Montresor

Library and data contributor; Full Professor, University of Trento

Website
FM

Federico Musciotto

Library contributor; University of Palermo

Nicolo Ruggeri

Nicolo Ruggeri

Library contributor; ETH Zurich / Max Planck Institute alumnus

Website
LB

Lorenzo Betti

Hypergraphx-data contributor

BN

Berne Nortier

Hypergraphx-data contributor

GitHub
AC

Alberto Ceria

Library contributor

DC

Davide Colosimo

Library contributor

HF

Helcio Felippe

Library contributor

AK

Alec Kirkley

Library contributor

AV

Alberto Vendramini

Library contributor

References

Core publications

Journal of Complex Networks, 2023

Hypergraphx: a library for higher-order network analysis

Hypergraphx introduces an open-source Python library for building, converting, analyzing, modeling, and visualizing higher-order networks.

Publication
arXiv, 2026

Hypergraphx-data: a repository for higher-order network data

Hypergraphx-data provides a curated repository of real-world hypergraph datasets with metadata, reproducible downloads, and a public browsing interface.

Publication

Contribute

Help improve higher-order network tooling

Acknowledgment

Grants and funding

This project acknowledges support from [Funding agency / grant name], [Institution / research center], and [Collaborating initiative].

Additional acknowledgments, project numbers, institutional statements, and required funding text can be added here.

Back to top