Simple Bipartite Lattice

class SimpleBipartite
#include <simple_bipartite.h>

Simple Bipartite Lattice.

Public Functions

SimpleBipartite(int len, int dim)
int identify(int k) const
std::vector<int> termselector(int rsite) const
std::vector<int> nbrs(const int alpha, const int i) const
std::vector<double> crds(const int i) const
std::size_t size() const

Public Members

int len
int dim
int npoints

Private Members

RegularLattice lattice