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