Implementation for lat/ipeps/z2.h
More...
#include "lat/ipeps/z2.h"
#include "inc/tensor/tensor_add_reduce.h"
#include "inc/tensor/tensor_gen.h"
#include "inc/tensor/tensor_prod.h"
#include "inc/tensor/tensor_operators.h"
Namespaces | |
namespace | syten |
Syten namespace. | |
namespace | syten::IPEPS |
IPEPS-related functionality and tools. | |
namespace | syten::IPEPS::Lat |
Lattice generators for iPEPS lattices. | |
namespace | syten::IPEPS::Lat::Z2 |
Generators with a single Z_2 symmetry. | |
Functions | |
Lattice | syten::IPEPS::Lat::Z2::genSpinKagomeSquare (int const width, int const depth, std::vector< char > site_classes={}) |
Generates a Kagomé spin lattice with \( \mathbb{Z}_2 \) Ising symmetry, using the three-to-one mapping to obtain a square lattice. More... | |
Lattice | syten::IPEPS::Lat::Z2::genSpinLattice (int const width, int const depth, std::vector< char > site_classes={}) |
Generates a square spin lattice with \( \mathbb{Z}_2 \) Ising symmetry. More... | |
Implementation for lat/ipeps/z2.h