triqs::hilbert_space::fundamental_operator_set::constructor
#include <triqs/hilbert_space/fundamental_operator_set.hpp>
Synopsis
fundamental_operator_set () fundamental_operator_set (std::vector<int> const & v) template<typename IndexType>fundamental_operator_set (std::set<IndexType> const & s) fundamental_operator_set (data_t const & v) fundamental_operator_set (gf_struct_t const & gf_struct)
Documentation
1) Construct an empty set
2) Construct a set with each stored index being a pair of integers (i,j)
3) Construct from a set of generic index sequences
4) Construct from a vector of index sequences
5) Construct fundamental_operator_set on a GF structure
Parameters
v i runs from 0 to v.size()-1; j runs from 0 to v[i].size()-1 for each i
s Set of indices
gf_struct GF structure object