SyTen
swap_gate.cpp File Reference

Implementation for swap_gate.h. More...

+ Include dependency graph for swap_gate.cpp:

Namespaces

 syten
 Syten namespace.
 

Functions

void syten::BasisTransformation::swap (T3N::State &state, Vec< T3N::Operator > &ops, int const first, int const second, Truncation truncation=Truncation())
 Overload for site argument. More...
 
void syten::BasisTransformation::swap (T3N::State &state, Vec< T3N::Operator > &ops, T3N::Tree::Position const &first, T3N::Tree::Position const &second, Truncation truncation=Truncation())
 Full automatic swap. More...
 
void syten::BasisTransformation::swap (Vec< T3N::Operator > &ops, T3N::State &state, int const first, int const second)
 Only swapping the operator, not the state. More...
 

Detailed Description

Implementation for swap_gate.h.