ampsci
c++ program for high-precision atomic structure calculations of single-valence systems
Public Member Functions | Public Attributes | List of all members
DiracODE::DiracContinuumDerivative

Derivative function for H-like; valid for continuum states at large r. More...

#include <ContinuumState.hpp>

Inherits AdamsMoulton::DerivativeMatrix< double, double >.

Public Member Functions

 DiracContinuumDerivative (double in_Zeff, const int in_kappa, const double in_en, const double in_alpha)
 
double a (double r) const final
 a,b,c,d are derivative matrix functions; all must be user implemented
 
double b (double r) const final
 
double c (double r) const final
 
double d (double r) const final
 
- Public Member Functions inherited from AdamsMoulton::DerivativeMatrix< double, double >
virtual double Sf (double) const
 Sf and Sg are optional inhomogenous terms.
 
virtual double Sg (double) const
 

Public Attributes

double Zeff = 1.0
 
int kappa
 
double en
 
double alpha
 
double cc
 

Detailed Description

Derivative function for H-like; valid for continuum states at large r.


The documentation for this struct was generated from the following file: