MADNESS  version 0.9
Functions
hatom_1d.cc File Reference

Solves the Schrodinger equation for the 1-d hydrogen atomThe Hartree-Fock wave function is computed for the hydrogen atom in one dimension without using symmetry. More...

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

Functions

void iterate (World &world, real_function_1d &V, real_function_1d &psi, double &eps)
 
int main (int argc, char **argv)
 

Detailed Description

Solves the Schrodinger equation for the 1-d hydrogen atom

The Hartree-Fock wave function is computed for the hydrogen atom in one dimension without using symmetry.

Function Documentation

void iterate ( World world,
real_function_1d V,
real_function_1d psi,
double &  eps 
)
int main ( int  argc,
char **  argv 
)