SyTen
syten::IPEPS::ProdOp Struct Reference

Represents a product of two-site gates acting on different sites, e.g. More...

#include <operators.h>

+ Collaboration diagram for syten::IPEPS::ProdOp:

Public Member Functions

ProdOpmult (ATwoOp op)
 Multiplies in another two-site gate at the end. More...
 
ProdOpmultFirst (ATwoOp op)
 Multiplies in another two-site gate at the front. More...
 
 ProdOp (std::string desc_="", std::vector< ATwoOp > ops_={})
 Standard and default ctor. More...
 
template<typename Archive >
void serialize (Archive &ar, const unsigned int in_version)
 Boost archiving. More...
 

Public Attributes

std::string description = ""
 brief description of the operator More...
 
std::vector< ATwoOpops = {}
 ordered list of two-site gates, first element is applied first. More...
 

Static Public Attributes

static constexpr unsigned int version = 1
 current version, bump if you change one of the data structures here More...
 

Detailed Description

Represents a product of two-site gates acting on different sites, e.g.

~ \( exp\left(-\tau \hat H\right)\).


The documentation for this struct was generated from the following files: