Go to the documentation of this file.
   23 #ifndef COM_DAFER45_TBTK_LDOS 
   24 #define COM_DAFER45_TBTK_LDOS 
   63         const std::vector<int> &ranges,
 
   81         const std::vector<int> &ranges,
 
  129     LDOS(
const std::string &serialization, 
Mode mode);
 
  186     virtual std::string 
toString() 
const;
 
  
 
Base class for energy resolved Properties.
Definition: EnergyResolvedProperty.h:83
 
LDOS operator-(const LDOS &rhs) const
Definition: LDOS.h:214
 
EnergyResolvedProperty & operator+=(const EnergyResolvedProperty &rhs)
Definition: EnergyResolvedProperty.h:1195
 
Base class for energy resolved Properties.
 
EnergyResolvedProperty & operator-=(const EnergyResolvedProperty &rhs)
Definition: EnergyResolvedProperty.h:1287
 
Property container for the local density of states (LDOS).
Definition: LDOS.h:48
 
LDOS & operator-=(const LDOS &rhs)
Definition: LDOS.h:208
 
LDOS operator/(const double &rhs) const
Definition: LDOS.h:238
 
virtual std::string serialize(Mode mode) const
 
LDOS & operator+=(const LDOS &rhs)
Definition: LDOS.h:196
 
LDOS operator*(const double &rhs) const
Definition: LDOS.h:226
 
LDOS & operator*=(const double &rhs)
Definition: LDOS.h:220
 
LDOS operator+(const LDOS &rhs) const
Definition: LDOS.h:202
 
virtual std::string toString() const
 
EnergyResolvedProperty & operator/=(const DataType &rhs)
Definition: EnergyResolvedProperty.h:1389
 
friend LDOS operator*(const double &lhs, const LDOS &rhs)
Definition: LDOS.h:170
 
Data structure for mapping physical indices to linear indices.
Definition: IndexTree.h:35
 
LDOS & operator/=(const double &rhs)
Definition: LDOS.h:232
 
EnergyResolvedProperty & operator*=(const DataType &rhs)
Definition: EnergyResolvedProperty.h:1379
 
LDOS()
Definition: LDOS.h:193
 
Mode
Definition: Serializable.h:47