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