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¶
Private Members
-
RegularLattice
lattice¶
-