MADNESS  version 0.9
Public Member Functions | Public Attributes | List of all members
KPoint Struct Reference

#include <esolver.h>

Collaboration diagram for KPoint:
Collaboration graph
[legend]

Public Member Functions

 KPoint ()
 
 KPoint (const coordT &k, const double &weight, const int &begin, const int &end)
 
 KPoint (const coordT &k, const double &weight)
 
 KPoint (const double &k0, const double &k1, const double &k2, const double &weight)
 
bool is_orb_in_kpoint (unsigned int idx)
 
template<typename Archive >
void serialize (Archive &ar)
 

Public Attributes

coordT k
 
double weight
 
unsigned int begin
 
unsigned int end
 

Constructor & Destructor Documentation

KPoint::KPoint ( )
inline
KPoint::KPoint ( const coordT k,
const double &  weight,
const int &  begin,
const int &  end 
)
inline
KPoint::KPoint ( const coordT k,
const double &  weight 
)
inline
KPoint::KPoint ( const double &  k0,
const double &  k1,
const double &  k2,
const double &  weight 
)
inline

Member Function Documentation

bool KPoint::is_orb_in_kpoint ( unsigned int  idx)
inline
template<typename Archive >
void KPoint::serialize ( Archive &  ar)
inline

References end.

Member Data Documentation

unsigned int KPoint::begin

Referenced by operator>>().

unsigned int KPoint::end

Referenced by operator>>(), and serialize().

coordT KPoint::k

Referenced by operator>>().

double KPoint::weight

Referenced by operator>>().


The documentation for this struct was generated from the following file: