Go to the documentation of this file.
39 #ifndef HERMITE_CONVERSION_EXPLICIT_HEADER
40 #define HERMITE_CONVERSION_EXPLICIT_HEADER
Treal template_blas_pow(Treal x, Treal y)
int get_hermite_conversion_matrix_symb(const monomial_info_struct *monomial_info, int nmax, int inverseFlag, symb_matrix_element *result)
Definition: hermite_conversion_symb.cc:217
Definition of the main floating-point datatype used; the ergo_real type.
double ergo_real
Definition: realtype.h:69
int get_hermite_conversion_matrix(const monomial_info_struct *monomial_info, int nmax, int inverseFlag, ergo_real exponent, ergo_real *result)
Definition: hermite_conversion_explicit.cc:47
int no_of_monomials_list[MONOMIAL_N_MAX+1]
Definition: monomial_info.h:61
Code for conversion between integrals computed for Hermite Gaussians and Cartesian Gaussians,...
Code used to organize monomials; contributions like x, y, z, xy, xz etc. that can be used to describe...
int get_hermite_conversion_matrix(const monomial_info_struct *monomial_info, int nmax, int inverseFlag, ergo_real exponent, ergo_real *result)
Definition: hermite_conversion_explicit.cc:47
Definition: monomial_info.h:58