MADNESS
0.10.1
|
#include <madness/mra/mra.h>
#include <madness/mra/operator.h>
#include <madness/mra/nonlinsol.h>
#include <madness/mra/lbdeux.h>
#include <madness/mra/qmprop.h>
#include <madness/misc/misc.h>
#include <madness/misc/ran.h>
#include <madness/tensor/systolic.h>
#include <madness/tensor/solvers.h>
#include <madness/tensor/elem.h>
#include <madness/chem/xcfunctional.h>
#include <madness/chem/SCFOperators.h>
Typedefs | |
typedef Function< std::complex< double >, 3 > | complex_functionT |
typedef Convolution1D< double_complex > | complex_operatorT |
typedef Vector< double, 3 > | coordT |
typedef std::vector< complex_functionT > | cvecfuncT |
typedef FunctionFactory< double, 3 > | factoryT |
typedef Function< double, 3 > | functionT |
typedef std::shared_ptr< FunctionFunctorInterface< double, 3 > > | functorT |
typedef SeparatedConvolution< double, 3 > | operatorT |
typedef std::pair< vecfuncT, vecfuncT > | pairvecfuncT |
typedef std::shared_ptr< WorldDCPmapInterface< Key< 3 > > > | pmapT |
typedef std::shared_ptr< operatorT> | poperatorT |
typedef std::vector< pairvecfuncT > | subspaceT |
typedef Tensor< double > | tensorT |
typedef std::vector< functionT > | vecfuncT |
Functions | |
static double | guess (const coord_3d &r) |
double | iterate_ground (World &world, NonlinearSolver &solver, real_function_3d &V, real_function_3d &psi, double &eps) |
int | main (int argc, char **argv) |
static double | V (const coord_3d &r) |
Variables | |
std::vector< std::shared_ptr< real_derivative_3d > > | gradop |
static const long | k = 8 |
static const double | L = 64.0*R |
static const double | R = 1.4 |
static const double | thresh = 1e-5 |
typedef Function<std::complex<double>,3> complex_functionT |
typedef Convolution1D<double_complex> complex_operatorT |
typedef std::vector<complex_functionT> cvecfuncT |
typedef FunctionFactory<double,3> factoryT |
typedef std::shared_ptr< FunctionFunctorInterface<double,3> > functorT |
typedef SeparatedConvolution<double,3> operatorT |
typedef std::pair<vecfuncT,vecfuncT> pairvecfuncT |
typedef std::shared_ptr< WorldDCPmapInterface< Key<3> > > pmapT |
typedef std::shared_ptr<operatorT> poperatorT |
typedef std::vector<pairvecfuncT> subspaceT |
double iterate_ground | ( | World & | world, |
NonlinearSolver & | solver, | ||
real_function_3d & | V, | ||
real_function_3d & | psi, | ||
double & | eps | ||
) |
References madness::BSHOperator3D(), e(), madness::inner(), madness::detail::norm(), madness::Function< T, NDIM >::norm2(), op(), madness::print(), psi(), madness::World::rank(), madness::Function< T, NDIM >::scale(), madness::Function< T, NDIM >::truncate(), madness::NonlinearSolverND< NDIM >::update(), and V().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
References axis, SafeMPI::COMM_WORLD, madness::CoulombOperator(), madness::CoulombOperatorPtr(), e(), madness::WorldGopInterface::fence(), madness::finalize(), madness::World::gop, gradop, guess(), madness::initialize(), madness::inner(), iterate_ground(), k, L, op(), potential(), madness::print(), psi(), R, madness::World::rank(), madness::Function< T, NDIM >::reconstruct(), madness::FunctionDefaults< NDIM >::set_cubic_cell(), madness::FunctionDefaults< NDIM >::set_initial_level(), madness::FunctionDefaults< NDIM >::set_k(), madness::FunctionDefaults< NDIM >::set_refine(), madness::FunctionDefaults< NDIM >::set_thresh(), madness::FunctionDefaults< NDIM >::set_truncate_mode(), madness::square(), madness::startup(), thresh, madness::Function< T, NDIM >::truncate(), V(), and xc.
|
static |
Referenced by iterate_ground(), and main().
std::vector< std::shared_ptr<real_derivative_3d> > gradop |
Referenced by dostuff(), kinetic_energy_matrix(), madness::Kinetic< T, NDIM >::kinetic_energy_matrix(), MiniDFT::kinetic_energy_matrix(), kinetic_energy_matrix2(), kinetic_energy_matrix_slow(), main(), madness::smooth< T, NDIM >::make_sigma(), madness::Nuclear< T, NDIM >::operator()(), madness::DNuclear< T, NDIM >::operator()(), and MyDerivativeOperator< T, NDIM >::operator()().
|
static |
Referenced by main().