MADNESS  version 0.9
Classes | Namespaces | Functions
chem/atomutil.h File Reference
#include <string>
Include dependency graph for chem/atomutil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  madness::AtomicData
 

Namespaces

 madness
 Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces.
 

Functions

const AtomicDatamadness::get_atomic_data (unsigned int atomic_number)
 
unsigned int madness::symbol_to_atomic_number (const std::string &symbol)
 
double madness::smoothing_parameter (double Z, double eprec)
 Returns radius for smoothing nuclear potential with energy precision eprec. More...
 
double madness::smoothed_potential (double r)
 Smoothed 1/r potential. More...
 
double madness::dsmoothed_potential (double r)
 Derivative of the regularized 1/r potential. More...
 
double madness::smoothed_density (double r)
 Charge density corresponding to smoothed 1/r potential. More...