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::Sector Class Reference

contains information about number of sites and particles in the sector More...

#include <Sector.hpp>

Public Member Functions

 Sector (int _L, int _N)
 Construct a new Sector object. More...
 

Public Attributes

int L
 number of sites More...
 
int N
 number of particles More...
 
int size
 number of states in the sector (dimension of the subspace) More...
 

Detailed Description

contains information about number of sites and particles in the sector

Constructor & Destructor Documentation

solid::Sector::Sector ( int  _L,
int  _N 
)

Construct a new Sector object.

Parameters
_Lsites
_Nparticles

Member Data Documentation

int solid::Sector::L

number of sites

int solid::Sector::N

number of particles

int solid::Sector::size

number of states in the sector (dimension of the subspace)


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