Implementation for su2_conv.h. More...
#include "su2_conv.h"#include "inc/tensor/tensor_prod.h"#include "inc/tensor/tensor_gen.h"#include "inc/tensor/tensor_svd.h"#include "inc/tensor/tensor_misc.h"#include "inc/tensor/tensor_decomposition_eigen.h"#include "inc/dense/dense_insert.h"
Include dependency graph for su2_conv.cpp:Namespaces | |
| namespace | syten |
| Syten namespace. | |
| namespace | syten::MPS |
| The namespace containing all MPS-related tools, classes and objects. | |
| namespace | syten::MPS::SymConv |
| Namespace containing all symmetry related casts. | |
| namespace | syten::MPS::SymConv::SU2 |
| The original state has SU(2) symmetry. | |
Functions | |
| Operator | syten::MPS::SymConv::SU2::genProjector (Lattice const &lat, Index const n) |
| Constructs a projector mapping states to a certain particle number. More... | |
Variables | |
| Fermionic constexpr | syten::MPS::SymConv::SU2::ferm = Fermionic::Never |
| char constexpr | syten::MPS::SymConv::SU2::number_label = 'n' |
| char constexpr | syten::MPS::SymConv::SU2::spin_label = 'S' |
Implementation for su2_conv.h.