Skip to content
kshyatt edited this page Jul 18, 2012 · 5 revisions

Welcome to the Graphs wiki!

This code is intended to generate and describe graphs on a variety of 1- and 2-dimensional lattices. These graphs are useful for condensed matter simulations such as numerical linked cluster expansion or high temperature expansions. The code generates all graphs up to some "order" (number of sites or bonds) which are embeddable on the lattice and distinct through symmetry (the dihedral group of the lattice) and/or topology (whether or not the Hamiltonians of the graph will be the same), and can read/write them from/to disk.

You can find a description of the Graph class here, and a description of the Dihedral class here.

Clone this wiki locally