MADNESS  0.10.1
Namespaces | Functions
tiny.cc File Reference

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

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

Namespaces

 madness
 File holds all helper structures necessary for the CC_Operator and CC2 class.
 

Functions

std::vector< std::string > madness::cubefile_header (std::string filename="input", const bool &no_orient=false)
 
void dostuff (World &world)
 
template<size_t NDIM>
void draw_circle (World &world, Function< double, NDIM > &pair, const std::string restart_name)
 
template<size_t NDIM>
void draw_line (World &world, Function< double, NDIM > &pair, const std::string restart_name)
 
template<size_t NDIM>
void load_function (World &world, Function< double, NDIM > &pair, const std::string name)
 
int main (int argc, char **argv)
 
template<size_t NDIM>
void save_function (World &world, Function< double, NDIM > &pair, const std::string name)
 

Detailed Description

Solves the Hartree-Fock and MP2 equations for the helium atom.

Function Documentation

◆ dostuff()

void dostuff ( World world)

◆ draw_circle()

template<size_t NDIM>
void draw_circle ( World world,
Function< double, NDIM > &  pair,
const std::string  restart_name 
)

References madness::filename.

◆ draw_line()

template<size_t NDIM>
void draw_line ( World world,
Function< double, NDIM > &  pair,
const std::string  restart_name 
)

◆ load_function()

template<size_t NDIM>
void load_function ( World world,
Function< double, NDIM > &  pair,
const std::string  name 
)

◆ main()

int main ( int  argc,
char **  argv 
)

◆ save_function()

template<size_t NDIM>
void save_function ( World world,
Function< double, NDIM > &  pair,
const std::string  name 
)