Implements iPEPS lattices without any symmetries. More...
#include "inc/ipeps/lattice.h"
Include dependency graph for nil.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::Nil |
| Generators with no symmetries. | |
Functions | |
| Lattice | syten::IPEPS::Lat::Nil::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 | syten::IPEPS::Lat::Nil::genSpinLattice (int const width, int const depth, double const spint=0.5, std::vector< char > site_classes={}) |
| Generates a uniform Heisenberg spin lattice without any symmetry. More... | |
Implements iPEPS lattices without any symmetries.