|
TBTK
|
#include <LDOS.h>
Public Member Functions | |
| LDOS (int dimensions, const int *ranges, double lowerBound, double upperBound, int resolution) | |
| ~LDOS () | |
| int | getDimensions () const |
| const int * | getRanges () const |
| double | getLowerBound () const |
| double | getUpperBound () const |
| int | getResolution () const |
| int | getSize () const |
| const double * | getData () const |
Friends | |
| class | TBTK::CPropertyExtractor |
| class | TBTK::DPropertyExtractor |
| class | TBTK::FileReader |
Container for local density of states (LDOS).
| TBTK::Property::LDOS::LDOS | ( | int | dimensions, |
| const int * | ranges, | ||
| double | lowerBound, | ||
| double | upperBound, | ||
| int | resolution | ||
| ) |
Constructor.
| TBTK::Property::LDOS::~LDOS | ( | ) |
Destructor.
|
inline |
Get LDOS data.
|
inline |
Get the dimension of the LDOS. (Excluding energy dimension).
|
inline |
Get lower bound for the energy.
|
inline |
Get the ranges for the dimensions of the LDOS.
|
inline |
Get energy resolution. (Number of energy intervals)
|
inline |
Get the number of data elements.
|
inline |
Get upper bound for the energy.
|
friend |
CPropertyExtractor is a friend class to allow it to write LDOS data.
|
friend |
DPropertyExtractor is a friend class to allow it to write LDOS data.
|
friend |
FileReader is a friend class to allow it to write LDOS data.
1.8.11