SOLIDstate
A C++ library for solid state physics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Attributes | List of all members
solid::TermsEnabled Class Reference

Terms enebled in Operator. More...

#include <TermsEnabled.hpp>

Public Attributes

std::vector< TermsEnumterms
 container for terms, which are included in the IHamiltonian implementation or Operator More...
 
bool N05option = false
 when this option is enabled, particle number operators are decresed by 0.5 More...
 

Detailed Description

Terms enebled in Operator.

Member Data Documentation

bool solid::TermsEnabled::N05option = false

when this option is enabled, particle number operators are decresed by 0.5

it transforms particle number operator in the following way: \(\hat n_i \to \hat n_i-\frac12\)

std::vector<TermsEnum> solid::TermsEnabled::terms

container for terms, which are included in the IHamiltonian implementation or Operator


The documentation for this class was generated from the following file: