|
int | sz_max = 10000 |
| size of each buffer
|
|
double * | grid = nullptr |
| buffer for input grid
|
|
double * | f = nullptr |
| buffer for input values
|
|
double * | g = nullptr |
| buffer for reference values
|
|
NumericalRadial | chi |
| object under test
|
|
double | tol = 1e-8 |
| tolerance for element-wise numerical error
|
|
Tested functions:
- build
- Initializes the object by setting the grid & values in one space.
- to_numerical_orbital_lm
- set_transformer
- Sets a SphericalBesselTransformer for the object.
- set_grid
- set_uniform_grid
- Sets up a new uniform grid.
- set_value
- Updates values on an existing grid.
- wipe
- Removes the grid & values from one space.
- radtab
- Computes the radial table for two-center integrals between "this" and another object.
- all "getters"
- Get access to private members.
◆ SetUp()
void NumericalRadialTest::SetUp |
( |
| ) |
|
|
protected |
◆ TearDown()
void NumericalRadialTest::TearDown |
( |
| ) |
|
|
protected |
◆ chi
double* NumericalRadialTest::f = nullptr |
|
protected |
double* NumericalRadialTest::g = nullptr |
|
protected |
buffer for reference values
◆ grid
double* NumericalRadialTest::grid = nullptr |
|
protected |
◆ sz_max
int NumericalRadialTest::sz_max = 10000 |
|
protected |
◆ tol
double NumericalRadialTest::tol = 1e-8 |
|
protected |
tolerance for element-wise numerical error
The documentation for this class was generated from the following file: