#include <RadialDistributions.h>
Static Public Member Functions | |
static Array1D< double > | getRadialArray (int Z, int n) |
Gets the radial array values for the appropriate atomic number and energy level. |
These are the r values that go with an x array that goes from 0 to 1 in steps of .05.
Definition at line 14 of file RadialDistributions.h.
Array1D< double > RadialDistributions::getRadialArray | ( | int | Z, | |
int | n | |||
) | [static] |
Gets the radial array values for the appropriate atomic number and energy level.
Z | atomic charge of the nucleus. | |
n | energy level. |
Definition at line 3 of file RadialDistributions.cpp.
Referenced by QMCDansWalkerInitialization::generateRadialDistances().