Generators with a single U(1) symmetry. More...
Functions | |
Lattice | genFermiHubbardSz (int const width, int const depth, std::vector< char > site_classes={}) |
Generates a lattice of Fermions which only conserve U(1)-Sz spin. More... | |
Lattice | genFermiSpinless (int const width, int const depth, std::vector< char > site_classes={}) |
Generates a lattice of spinless Fermions. More... | |
Lattice | genSpinDisorder (int const width, int const depth, std::vector< char > site_classes={}) |
Generates a spin lattice with an additional spin per site to model a discrete disorder. More... | |
Lattice | genSpinKagomeSquare (int const width, int const depth, std::vector< char > site_classes={}) |
Generates the result of mapping the Kagomé S=⅓ lattice to a square lattice by merging three neighbouring spins. More... | |
Lattice | genSpinLattice (int const width, int const depth, double const spint=0.5, std::vector< char > site_classes={}) |
Generates a uniform Heisenberg spin lattice with U(1)-Sz symmetry. More... | |
Generators with a single U(1) symmetry.