#include <grid_atomic.h>
Public Member Functions | |
RadialSchemeTurbo () | |
virtual void | init (int myNumber, int charge, real threshold) |
This quadrature follows [JCP 102, 346 (1995)]. | |
virtual void | generate (real *r, real *w) |
Actual generation of the radial quadrature. | |
Public Attributes | |
real | zeta |
RadialSchemeTurbo::RadialSchemeTurbo | ( | ) | [inline] |
Actual generation of the radial quadrature.
Implements RadialScheme.
References RadialScheme::gridSize, template_blas_cos(), template_blas_log(), template_blas_pow(), template_blas_sin(), and zeta.
void RadialSchemeTurbo::init | ( | int | myNumber, | |
int | Z, | |||
real | thrl | |||
) | [virtual] |
This quadrature follows [JCP 102, 346 (1995)].
That is T2 quadrature with M4 mapping of r.
Implements RadialScheme.
References RadialScheme::gridSize, template_blas_log10(), and zeta.
Referenced by generate(), and init().