| MADNESS
    version 0.9
    | 
#include <dft.h>


| Public Types | |
| typedef Function< T, NDIM > | funcT | 
| Public Member Functions | |
| DFTNuclearPotentialOp (World &world, funcT V, double coeff, double thresh) | |
| virtual bool | is_od () | 
| Is there an orbitally-dependent term?  More... | |
| virtual bool | is_rd () | 
| Is there a density-dependent term?  More... | |
| 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< funcT > | multi_op_o (const std::vector< funcT > &phis) | 
| Orbital-dependent portion of operator.  More... | |
| virtual std::vector< funcT > | multi_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) | 
| typedef Function<T,NDIM> madness::DFTNuclearPotentialOp< T, NDIM >::funcT | 
| madness::DFTNuclearPotentialOp< T, NDIM >::DFTNuclearPotentialOp | ( | World & | world, | 
| funcT | V, | ||
| double | coeff, | ||
| double | thresh | ||
| ) | 
References madness::copy(), and madness::EigSolverOp< T, NDIM >::messageME().
| 
 | inlinevirtual | 
Is there an orbitally-dependent term?
Implements madness::EigSolverOp< T, NDIM >.
| 
 | inlinevirtual | 
Is there a density-dependent term?
Implements madness::EigSolverOp< T, NDIM >.
| 
 | virtual | 
Density-dependent portion of operator.
Reimplemented from madness::EigSolverOp< T, NDIM >.
References psi().
 1.8.8
 1.8.8