21 #define DEFAULT_LAMBDA 1
24 #define DEFAULT_MAXSTEPS 1000
51 double P (
unsigned n,
unsigned l,
double r);
126 double getFreeAsyZero(
double k,
int l,
double Sigma,
double eps,
int max_steps,
int nzero);
131 double getFreeAsyTop(
double k,
int l,
double Sigma,
double eps,
int max_steps,
int ntop);
173 inline double far (
double eps = 1
e-10,
int max_steps = 1000)
const
179 inline int n ()
const {
return n_; }
182 inline int l ()
const {
return l_; }
193 return n_ == psi.n_ and l_ == psi.l_;
double far(double eps=1e-10, int max_steps=1000) const
Get far radius.
Definition: hydrogen.h:173
Definition: hydrogen.h:155
double getSturmFar(int n, int l, double lambda, double eps, int max_steps)
Definition: hydrogen.cpp:85
double F(double k, int l, double r, double sigma)
Definition: hydrogen.cpp:163
bool operator==(HydrogenFunction const &psi) const
Comparison.
Definition: hydrogen.h:191
double lastZeroBound(int n, int l)
Get last node of the bound radial wave function.
Definition: hydrogen.cpp:26
const double e
Definition: special.h:44
double getBoundN(int n, int l)
Return all constant factors of the bound state.
double getFreeAsyTop(double k, int l, double Sigma, double eps, int max_steps, int ntop)
Definition: hydrogen.cpp:229
double getFreeFar(double k, int l, double Sigma, double eps, int max_steps)
Return sufficiently far radius for using the asymptotic form of the free state.
Definition: hydrogen.cpp:245
HydrogenFunction(int n, int l)
Constructor for bound state.
Definition: hydrogen.h:160
double getFreeAsyZero(double k, int l, double Sigma, double eps, int max_steps, int nzero)
Definition: hydrogen.cpp:213
double P(unsigned n, unsigned l, double r)
Hydrogen bound radial orbital.
Definition: hydrogen.cpp:133
double evalFreeStatePhase(double k, int l, double sigma)
Definition: hydrogen.cpp:197
int n() const
Get principal quantum number.
Definition: hydrogen.h:179
int l() const
Get orbital quantum number.
Definition: hydrogen.h:182
double S(int n, int l, double r, double lambda)
Sturmian wave function .
Definition: hydrogen.cpp:202
double getTurningPoint() const
Classical turning point.
Definition: hydrogen.cpp:317
double getBoundFar(int n, int l, double eps, int max_steps)
Definition: hydrogen.cpp:32
Base class for radial functions.
Definition: special.h:536
const double Nan
Definition: special.h:68
#define DEFAULT_LAMBDA
Default range parameter in the Sturmian functions.
Definition: hydrogen.h:21
double operator()(double r) const
Evaluate the function.
Definition: hydrogen.cpp:307
double evalFreeState_asy(double k, int l, double r, double sigma)
Definition: hydrogen.cpp:208
#define DEFAULT_MAXSTEPS
Definition: hydrogen.h:24