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

Ensemble parent class. More...

#include <Ensemble.hpp>

Inheritance diagram for solid::Ensemble:
Inheritance graph
[legend]

Public Member Functions

virtual ~Ensemble ()
 Destroy the Ensemble object. More...
 

Public Attributes

int L
 number of sites More...
 
int size
 total size of the sectors More...
 
std::vector< Sectorsectors
 contains vector of Sectors More...
 

Detailed Description

Ensemble parent class.

contains information about sectors of the Hilbert space

Constructor & Destructor Documentation

virtual solid::Ensemble::~Ensemble ( )
inlinevirtual

Destroy the Ensemble object.

Member Data Documentation

int solid::Ensemble::L

number of sites

std::vector<Sector> solid::Ensemble::sectors

contains vector of Sectors

Note
Sector should be inserted in ascending order within number of particles N
int solid::Ensemble::size

total size of the sectors


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