Implements \( \mathbb{Z}_2 \) symmetric iPEPS lattices. More...
#include "inc/ipeps/lattice.h"
Include dependency graph for z2.h:
This graph shows which files directly or indirectly include this file: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... | |
Implements \( \mathbb{Z}_2 \) symmetric iPEPS lattices.