Go to the documentation of this file.
23 #ifndef COM_DAFER45_TBTK_DOS
24 #define COM_DAFER45_TBTK_DOS
58 DOS(
double lowerBound,
double upperBound,
int resolution);
79 DOS(
const std::string &serialization,
Mode mode);
137 virtual std::string
toString()
const;
DOS & operator*=(const double &rhs)
Definition: DOS.h:170
DOS & operator/=(const double &rhs)
Definition: DOS.h:182
Property container for density of states (DOS).
Definition: DOS.h:48
Base class for energy resolved Properties.
Definition: EnergyResolvedProperty.h:83
friend DOS operator*(const double &lhs, const DOS &rhs)
Definition: DOS.h:121
EnergyResolvedProperty & operator+=(const EnergyResolvedProperty &rhs)
Definition: EnergyResolvedProperty.h:1195
Base class for energy resolved Properties.
EnergyResolvedProperty & operator-=(const EnergyResolvedProperty &rhs)
Definition: EnergyResolvedProperty.h:1287
DOS operator+(const DOS &rhs) const
Definition: DOS.h:152
DOS operator/(const double &rhs) const
Definition: DOS.h:188
DOS & operator+=(const DOS &rhs)
Definition: DOS.h:146
virtual std::string serialize(Mode mode) const
DOS operator-(const DOS &rhs) const
Definition: DOS.h:164
virtual std::string toString() const
DOS()
Definition: DOS.h:143
EnergyResolvedProperty & operator/=(const DataType &rhs)
Definition: EnergyResolvedProperty.h:1389
DOS operator*(const double &rhs) const
Definition: DOS.h:176
DOS & operator-=(const DOS &rhs)
Definition: DOS.h:158
EnergyResolvedProperty & operator*=(const DataType &rhs)
Definition: EnergyResolvedProperty.h:1379
Mode
Definition: Serializable.h:47