MADNESS  0.10.1
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)
 
 KPoint (const coordT &k, const double &weight, const int &begin, const int &end)
 
 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

unsigned int begin
 
unsigned int end
 
coordT k
 
double weight
 

Constructor & Destructor Documentation

◆ KPoint() [1/4]

KPoint::KPoint ( )
inline

References begin, end, k, and weight.

◆ KPoint() [2/4]

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

◆ KPoint() [3/4]

KPoint::KPoint ( const coordT k,
const double &  weight 
)
inline

◆ KPoint() [4/4]

KPoint::KPoint ( const double &  k0,
const double &  k1,
const double &  k2,
const double &  weight 
)
inline

References k, k0, k1, and k2.

Member Function Documentation

◆ is_orb_in_kpoint()

bool KPoint::is_orb_in_kpoint ( unsigned int  idx)
inline

References begin, and end.

◆ serialize()

template<typename Archive >
void KPoint::serialize ( Archive &  ar)
inline

References begin, end, k, and weight.

Member Data Documentation

◆ begin

unsigned int KPoint::begin

◆ end

unsigned int KPoint::end

◆ k

coordT KPoint::k

◆ weight

double KPoint::weight

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


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