MADNESS  version 0.9
Public Types | Public Member Functions | List of all members
madness::DFTNuclearChargeDensityOp< T, NDIM > Class Template Reference

#include <dft.h>

Inheritance diagram for madness::DFTNuclearChargeDensityOp< T, NDIM >:
Inheritance graph
[legend]
Collaboration diagram for madness::DFTNuclearChargeDensityOp< T, NDIM >:
Collaboration graph
[legend]

Public Types

typedef Function< T, NDIMfuncT
 

Public Member Functions

 DFTNuclearChargeDensityOp (World &world, funcT rhon, double coeff, double thresh, bool periodic)
 
 ~DFTNuclearChargeDensityOp ()
 
virtual bool is_od ()
 Is there an orbitally-dependent term? More...
 
virtual bool is_rd ()
 Is there a density-dependent term? More...
 
void prepare_op (Function< double, NDIM > rho)
 
virtual funcT op_r (const funcT &rho, const funcT &psi)
 Density-dependent portion of operator. More...
 
- Public Member Functions inherited from madness::EigSolverOp< T, NDIM >
 EigSolverOp (World &world, double coeff, double thresh)
 
virtual ~EigSolverOp ()
 
virtual void prepare_op (funcT rho)
 Build the potential from a density if a density-dependent operator. More...
 
virtual funcT op_o (const std::vector< funcT > &phis, const funcT &psi)
 Orbital-dependent portion of operator. More...
 
virtual std::vector< funcTmulti_op_o (const std::vector< funcT > &phis)
 Orbital-dependent portion of operator. More...
 
virtual std::vector< funcTmulti_op_r (const funcT &rho, const std::vector< funcT > &phis)
 Density-dependent portion of operator. More...
 
double coeff ()
 
std::string messsageME ()
 

Additional Inherited Members

- Public Attributes inherited from madness::EigSolverOp< T, NDIM >
World_world
 
- Protected Member Functions inherited from madness::EigSolverOp< T, NDIM >
double thresh ()
 
void messageME (std::string messageME)
 

Member Typedef Documentation

template<typename T , int NDIM>
typedef Function<T,NDIM> madness::DFTNuclearChargeDensityOp< T, NDIM >::funcT

Constructor & Destructor Documentation

template<typename T , int NDIM>
madness::DFTNuclearChargeDensityOp< T, NDIM >::DFTNuclearChargeDensityOp ( World world,
funcT  rhon,
double  coeff,
double  thresh,
bool  periodic 
)
template<typename T , int NDIM>
madness::DFTNuclearChargeDensityOp< T, NDIM >::~DFTNuclearChargeDensityOp ( )
inline

Member Function Documentation

template<typename T , int NDIM>
virtual bool madness::DFTNuclearChargeDensityOp< T, NDIM >::is_od ( )
inlinevirtual

Is there an orbitally-dependent term?

Implements madness::EigSolverOp< T, NDIM >.

template<typename T , int NDIM>
virtual bool madness::DFTNuclearChargeDensityOp< T, NDIM >::is_rd ( )
inlinevirtual

Is there a density-dependent term?

Implements madness::EigSolverOp< T, NDIM >.

template<typename T , int NDIM>
Function< T, NDIM > madness::DFTNuclearChargeDensityOp< T, NDIM >::op_r ( const funcT rho,
const funcT psi 
)
virtual

Density-dependent portion of operator.

Reimplemented from madness::EigSolverOp< T, NDIM >.

References psi().

template<typename T , int NDIM>
void madness::DFTNuclearChargeDensityOp< T, NDIM >::prepare_op ( Function< double, NDIM rho)
inline

The documentation for this class was generated from the following files: