MADNESS  version 0.9
Typedefs | Functions
colloid.cc File Reference
#include "molecularmask.h"
#include "nonlinsol.h"
#include <madness/mra/mra.h>
#include <madness/mra/lbdeux.h>
#include <madness/misc/ran.h>
#include <madness/tensor/solvers.h>
#include <ctime>
#include <list>
#include <jacob/molecule.h>
#include <madness/mra/sdf_shape_3D.h>
#include <madness/mra/funcplot.h>
#include <madness/constants.h>
#include <cmath>
#include <vector>
Include dependency graph for colloid.cc:

Typedefs

typedef real_function_3d realfunc
 

Functions

double distance1 (const coord_3d &r, const coord_3d &center)
 
double nuclear_charge_function (const coord_3d &r)
 
double electronic_charge_function (const coord_3d &r)
 
double charge_function (const coord_3d &r)
 
int main (int argc, char **argv)
 

Typedef Documentation

Function Documentation

double charge_function ( const coord_3d r)
double distance1 ( const coord_3d r,
const coord_3d center 
)
inline

References sqrt().

double electronic_charge_function ( const coord_3d r)

References mpfr::exp(), madness::constants::pi, and sqrt().

Referenced by charge_function().

int main ( int  argc,
char **  argv 
)
double nuclear_charge_function ( const coord_3d r)

References mpfr::exp(), and madness::constants::pi.

Referenced by charge_function().