This repository contains code for producing graph signals from METIS recursive bipartitions (recursive.py). The bipartitions establish dyadic scales of signals, with
Loading a general collection of graphs can be done using make_hgr_general.py, with partitioning performed by recursive.py. Both of these files have command-line interfaces which are laid out at their respective bottoms. Importing benchmark graphs from an external source, such as OGBG-MolHIV or OGBG-PPA or ZINC12k, can be done using files in the specialty_loaders directory.