Lattices

The package ships with a couple of standard lattices

TypeDescription
MonteCarlo.Chain1-dimensional chain
MonteCarlo.SquareLattice2-dimensional square lattice
MonteCarlo.CubicLatticeD-dimensional cubic lattice

It also provides routines to load the following common lattice formats

TypeDescription
MonteCarlo.ALPSLatticeALPS simple lattice graph (XML file)

Didn't find your desired lattice?

Just implement your own lattice for later use in a model of choice. See Custom lattices.