MADNESS  version 0.9
Functions
he.cc File Reference

Solves the Hartree-Fock equations for the helium atom. More...

#include <madness/mra/mra.h>
#include <madness/mra/operator.h>
#include <madness/mra/lbdeux.h>
Include dependency graph for he.cc:

Functions

void distances (const coord_6d &r, double &r1, double &r2, double &r12)
 
real_function_6d multiply_by_V (const real_function_6d &psi)
 
double energy (World &world, const real_function_6d &psi)
 
int main (int argc, char **argv)
 

Detailed Description

Solves the Hartree-Fock equations for the helium atom.

Function Documentation

void distances ( const coord_6d r,
double &  r1,
double &  r2,
double &  r12 
)

References sqrt().

double energy ( World world,
const real_function_6d psi 
)
int main ( int  argc,
char **  argv 
)
real_function_6d multiply_by_V ( const real_function_6d psi)