Implementation for lat/mps/fermion.h. More...
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. | |
Functions | |
Tensor< 4 > | syten::MPS::Lat::genParity (Basis const &mpo_basis, Basis const &site_basis) |
Generates a parity tensor \( p \) with diagonal entries 1 for states with even fermion number and -1 for states with odd fermion number. More... | |
Tensor< 4 > | syten::MPS::Lat::genParity (Basis const &mpo_basis, Basis const &site_basis, Index const symmetry, Index const label) |
Generates a parity tensor \( p \) with diagonal entries 1 for states with even fermion number and -1 for states with odd fermion number. More... | |
Implementation for lat/mps/fermion.h.