#include <hartreefock.h>
|  | 
|  | HartreeFockNuclearPotentialOp (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 &rhon, const funcT &psi) | 
|  | 
|  | 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 funcT | op_r (const funcT &rho, const funcT &psi) | 
|  | Density-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 () | 
|  | 
template<typename T , int NDIM> 
      
 
 
template<typename T , int NDIM> 
      
 
 
template<typename T , int NDIM> 
 
 
template<typename T , int NDIM> 
 
 
template<typename T , int NDIM> 
 
 
The documentation for this class was generated from the following files: