Implementation for lat/ipeps/nil.h. More...
#include "lat/ipeps/nil.h"#include "inc/dense/dense_make.h"#include "inc/tensor/tensor_gen.h"#include "inc/tensor/tensor_prod.h"#include "inc/tensor/tensor_operators.h"
Include dependency graph for nil.cpp: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... | |
Implementation for lat/ipeps/nil.h.