#include <AtomCenteredSphericalFunctionBase.h>
|
virtual double | getRadialValue (double r) const =0 |
| Computes the Radial Value of the Function at distance r.
|
|
unsigned int | getQuantumNumberl () const |
| returns the l-quantum number associated with the spherical function
|
|
double | getIntegralValue () const |
| COmputes the Radial-Integral value.
|
|
double | getRadialCutOff () const |
| Returns the maximum radial distance.
|
|
bool | isDataPresent () const |
| Checks if the data is present.
|
|
virtual std::vector< double > | getDerivativeValue (double r) const =0 |
| Computes the Radial Value, Radial-deriative and Radial-second derivative of the Function at distance r.
|
|
◆ getDerivativeValue()
virtual std::vector< double > dftfe::AtomCenteredSphericalFunctionBase::getDerivativeValue |
( |
double | r | ) |
const |
|
pure virtual |
◆ getIntegralValue()
double dftfe::AtomCenteredSphericalFunctionBase::getIntegralValue |
( |
| ) |
const |
COmputes the Radial-Integral value.
- Returns
- Result of the radial-integration of the spherical function from d_rmin to d_cutOff
◆ getQuantumNumberl()
unsigned int dftfe::AtomCenteredSphericalFunctionBase::getQuantumNumberl |
( |
| ) |
const |
returns the l-quantum number associated with the spherical function
- Returns
- Quantum number l
◆ getRadialCutOff()
double dftfe::AtomCenteredSphericalFunctionBase::getRadialCutOff |
( |
| ) |
const |
Returns the maximum radial distance.
- Returns
- Cutoff distance
◆ getRadialValue()
virtual double dftfe::AtomCenteredSphericalFunctionBase::getRadialValue |
( |
double | r | ) |
const |
|
pure virtual |
◆ isDataPresent()
bool dftfe::AtomCenteredSphericalFunctionBase::isDataPresent |
( |
| ) |
const |
Checks if the data is present.
- Returns
- True if function is present, false if not.
◆ d_cutOff
double dftfe::AtomCenteredSphericalFunctionBase::d_cutOff |
|
protected |
◆ d_DataPresent
bool dftfe::AtomCenteredSphericalFunctionBase::d_DataPresent |
|
protected |
◆ d_lQuantumNumber
unsigned int dftfe::AtomCenteredSphericalFunctionBase::d_lQuantumNumber |
|
protected |
The documentation for this class was generated from the following file: