MADNESS  version 0.9
Typedefs | Functions
apps/nick/hello.cc File Reference
#include <madness/mra/mra.h>
#include <complex>
#include <string>
#include <fstream>
#include <nick/wavef.h>
#include "mpreal.h"
Include dependency graph for apps/nick/hello.cc:

Typedefs

typedef std::complex< double > complexd
 
typedef Function< complexd, NDIMcomplex_functionT
 

Functions

const char * wave_function_filename (int step)
 
bool wave_function_exists (World &world, int step)
 
void wave_function_store (World &world, int step, const complex_functionT &psi)
 
complex_functionT wave_function_load (World &world, int step)
 
void doWork (World &world)
 
int main (int argc, char **argv)
 

Detailed Description

We are projecting a time evolved wave function onto some bound states

Typedef Documentation

typedef std::complex<double> complexd

Function Documentation

void doWork ( World world)

References PRINTLINE, wave_function_exists(), and wave_function_load().

Referenced by main().

int main ( int  argc,
char **  argv 
)
bool wave_function_exists ( World world,
int  step 
)
const char* wave_function_filename ( int  step)
complex_functionT wave_function_load ( World world,
int  step 
)

References psi(), and wave_function_filename().

Referenced by doWork().

void wave_function_store ( World world,
int  step,
const complex_functionT psi 
)