Lattices with a single \( U(1) \) symmetry. More...
#include "inc/mps/lattice.h"
Namespaces | |
namespace | syten |
Syten namespace. | |
namespace | syten::MPS |
The namespace containing all MPS-related tools, classes and objects. | |
namespace | syten::MPS::Lat |
Contains all lattice generators. | |
namespace | syten::MPS::Lat::U1 |
Contains all generators of lattices with a single \( U(1) \) symmetry. | |
Functions | |
Lattice | syten::MPS::Lat::U1::genBosonLattice (Index length, std::string description, Index maxPerSite, char phys='n') |
Generates a bosonic lattice. More... | |
Lattice | syten::MPS::Lat::U1::genFermiHubbardGrandCanonical (Index const length) |
Generates grand canonical Fermi-Hubbard model. More... | |
Lattice | syten::MPS::Lat::U1::genFermiLattice (Index const length) |
Generates a chain of fermionic sites. More... | |
Lattice | syten::MPS::Lat::U1::genFermitJLattice (Index const length) |
Generates a lattice with spinful fermions for tJ-model with particle number conservation and without spin conservation. More... | |
Lattice | syten::MPS::Lat::U1::genSpinBosonLattice (std::vector< Index > const &types, SRDef S, Index const maxBosons) |
Generates a lattice with boson number conserved but spin quantum number broken. More... | |
Lattice | syten::MPS::Lat::U1::genSpinDisorderLattice (Index length) |
Generates a spin lattice with every second spin a disorder spin without the inherent U(1) symmetry. More... | |
Lattice | syten::MPS::Lat::U1::genSpinLattice (Index length, SRDef S) |
Generates a spin lattice. More... | |
Lattice | syten::MPS::Lat::U1::genSpinlessFermiBose (std::vector< Index > const &types, Index const maxBosons, bool const ferm_statistics=true) |
Generates a mixture of spinless fermions and bosons without boson particle number conservation. More... | |
Lattice | syten::MPS::Lat::U1::genSpinlessFermiBose_NilxU1 (std::vector< Index > const &types, Index const maxBosons) |
Generates a mixture of spinless Fermions and Bosons without Fermion particle number conservation. More... | |
Lattice | syten::MPS::Lat::U1::gentJGrandCanonical (Index const length) |
Generates grand canonical tJ model. More... | |
Lattices with a single \( U(1) \) symmetry.