#include <assert.h>
#include <math.h>
#include <string.h>
#include "grpp_angular_integrals.h"
#include "grpp_binomial.h"
#include "grpp_radial_type2_integral.h"
#include "grpp_spherical_harmonics.h"
#include "grpp_utils.h"
#include "libgrpp.h"
Go to the source code of this file.
|
static double | type2_angular_sum (int L, int lambda_1, int a, int b, int c, int lambda_2, int d, int e, int f, double *rsh_values_kA, double *rsh_values_kB) |
|
void | libgrpp_type2_integrals (libgrpp_shell_t *shell_A, libgrpp_shell_t *shell_B, double *rpp_origin, libgrpp_potential_t *potential, double *matrix) |
|
◆ M_PI
#define M_PI 3.14159265358979323846 |
◆ LMAX
◆ type2_angular_sum()
static double type2_angular_sum |
( |
int |
L, |
|
|
int |
lambda_1, |
|
|
int |
a, |
|
|
int |
b, |
|
|
int |
c, |
|
|
int |
lambda_2, |
|
|
int |
d, |
|
|
int |
e, |
|
|
int |
f, |
|
|
double * |
rsh_values_kA, |
|
|
double * |
rsh_values_kB |
|
) |
| |
|
static |
◆ libgrpp_type2_integrals()
Evaluation of type 2 RPP integrals (scalar-relativistic semilocal RPP with L-projectors).
Definition at line 39 of file grpp_type2_integrals.c.