ergo
|
Code for conversion between integrals computed for Hermite Gaussians and Cartesian Gaussians, using saved information from a preparatory step that can be done once and re-used many times. More...
#include "hermite_conversion_prep.h"
#include <cmath>
#include <memory.h>
#include <assert.h>
#include <vector>
#include "hermite_conversion_symb.h"
#include "monomial_info.h"
#include "utilities.h"
#include "mat_gblas.h"
Variables | |
const int | MAX_NO_OF_CONTRIBS = 1000000 |
Code for conversion between integrals computed for Hermite Gaussians and Cartesian Gaussians, using saved information from a preparatory step that can be done once and re-used many times.
const int MAX_NO_OF_CONTRIBS = 1000000 |
Referenced by hermite_conversion_info_struct::init().