![]() |
(git:b77b4be)
|
Go to the source code of this file.
Macros | |
#define | M_PI 3.1415926535897932384626433 |
Functions | |
libgrpp_potential_t * | libgrpp_new_potential (int L, int J, int num_primitives, int *powers, double *coeffs, double *alpha) |
void | libgrpp_delete_potential (libgrpp_potential_t *potential) |
double | libgrpp_potential_value (libgrpp_potential_t *potential, double r) |
libgrpp_potential_t * | libgrpp_shrink_potential (libgrpp_potential_t *src_potential) |
#define M_PI 3.1415926535897932384626433 |
Definition at line 24 of file grpp_potential.c.
libgrpp_potential_t * libgrpp_new_potential | ( | int | L, |
int | J, | ||
int | num_primitives, | ||
int * | powers, | ||
double * | coeffs, | ||
double * | alpha | ||
) |
constructor for the pseudopotential
Definition at line 32 of file grpp_potential.c.
void libgrpp_delete_potential | ( | libgrpp_potential_t * | potential | ) |
double libgrpp_potential_value | ( | libgrpp_potential_t * | potential, |
double | r | ||
) |
libgrpp_potential_t * libgrpp_shrink_potential | ( | libgrpp_potential_t * | src_potential | ) |
Definition at line 97 of file grpp_potential.c.