MADNESS  version 0.9
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
madness::EigSolverOp< T, NDIM > Class Template Referenceabstract

#include <eigsolver.h>

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

Public Member Functions

 EigSolverOp (World &world, double coeff, double thresh)
 
virtual ~EigSolverOp ()
 
virtual bool is_od ()=0
 Is there an orbitally-dependent term? More...
 
virtual bool is_rd ()=0
 Is there a density-dependent term? More...
 
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 funcT op_r (const funcT &rho, const funcT &psi)
 Density-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 ()
 

Public Attributes

World_world
 

Protected Member Functions

double thresh ()
 
void messageME (std::string messageME)
 

Constructor & Destructor Documentation

template<typename T, int NDIM>
madness::EigSolverOp< T, NDIM >::EigSolverOp ( World world,
double  coeff,
double  thresh 
)
inline
template<typename T, int NDIM>
virtual madness::EigSolverOp< T, NDIM >::~EigSolverOp ( )
inlinevirtual

Member Function Documentation

template<typename T, int NDIM>
double madness::EigSolverOp< T, NDIM >::coeff ( )
inline
template<typename T, int NDIM>
virtual bool madness::EigSolverOp< T, NDIM >::is_od ( )
pure virtual
template<typename T, int NDIM>
virtual bool madness::EigSolverOp< T, NDIM >::is_rd ( )
pure virtual
template<typename T, int NDIM>
void madness::EigSolverOp< T, NDIM >::messageME ( std::string  messageME)
inlineprotected
template<typename T, int NDIM>
std::string madness::EigSolverOp< T, NDIM >::messsageME ( )
inline
template<typename T, int NDIM>
virtual std::vector<funcT> madness::EigSolverOp< T, NDIM >::multi_op_o ( const std::vector< funcT > &  phis)
inlinevirtual
template<typename T, int NDIM>
virtual std::vector<funcT> madness::EigSolverOp< T, NDIM >::multi_op_r ( const funcT rho,
const std::vector< funcT > &  phis 
)
inlinevirtual
template<typename T, int NDIM>
virtual funcT madness::EigSolverOp< T, NDIM >::op_o ( const std::vector< funcT > &  phis,
const funcT psi 
)
inlinevirtual
template<typename T, int NDIM>
virtual funcT madness::EigSolverOp< T, NDIM >::op_r ( const funcT rho,
const funcT psi 
)
inlinevirtual
template<typename T, int NDIM>
virtual void madness::EigSolverOp< T, NDIM >::prepare_op ( funcT  rho)
inlinevirtual

Build the potential from a density if a density-dependent operator.

Referenced by madness::EigSolver< T, NDIM >::prepare_ops().

template<typename T, int NDIM>
double madness::EigSolverOp< T, NDIM >::thresh ( )
inlineprotected

Member Data Documentation

template<typename T, int NDIM>
World& madness::EigSolverOp< T, NDIM >::_world

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