ergo
hermite_conversion_explicit.h File Reference

Code for explicitly computing the matrix for conversion between integrals computed for Hermite Gaussians and Cartesian Gaussians, for given nmax and exponent values. More...

#include "realtype.h"
#include "monomial_info.h"

Go to the source code of this file.

Functions

int get_hermite_conversion_matrix (const monomial_info_struct *monomial_info, int nmax, int inverseFlag, ergo_real exponent, ergo_real *result)
 

Detailed Description

Code for explicitly computing the matrix for conversion between integrals computed for Hermite Gaussians and Cartesian Gaussians, for given nmax and exponent values.

Author
: Elias Rudberg responsible

Function Documentation

◆ get_hermite_conversion_matrix()

int get_hermite_conversion_matrix ( const monomial_info_struct monomial_info,
int  nmax,
int  inverseFlag,
ergo_real  exponent,
ergo_real result 
)