MADNESS
0.10.1
|
#include <eigsolver.h>
Public Member Functions | |
virtual | ~IEigSolverObserver () |
virtual void | iterateOutput (const std::vector< funcT > &phis, const std::vector< double > &eigs, const Function< double, NDIM > &rho, const int &iter, bool periodic)=0 |
Private Types | |
typedef Function< T, NDIM > | funcT |
This is the interface the an observer wishing to receive output must implement. This call back gives the current eigenfunctions, eigenvalues, and the density. This is a test LaTeX formula The Pythagorean theorem is
|
private |
|
inlinevirtual |
|
pure virtual |
Implemented in madness::DFT< T, NDIM >.