![]() |
Hex
2.2
Hydrogen-electron collision solver
|
#include <cmath>#include <functional>#include <vector>#include "hex-arrays.h"#include "hex-symbandmatrix.h"#include "hex-special.h"#include "bspline.h"#include "gauss.h"#include "io.h"#include "parallel.h"

Go to the source code of this file.
Data Structures | |
| class | RadialIntegrals |
| Class that calculates and manages the radial integrals for given B-spline bases. More... | |
Macros | |
| #define | EXPANSION_QUADRATURE_POINTS 20 |
| #define | OneElectronMatrixAccessors(M) |
| #define | OneElectronMatrixArrayAccessors(M) |
| #define | OneElectronPartialMatrixAccessors(M) |
Typedefs | |
| typedef std::function< Complex(Complex)> | CCFunction |
| typedef std::function< Complex(Complex, Complex)> | C2CFunction |
| #define EXPANSION_QUADRATURE_POINTS 20 |
| #define OneElectronMatrixAccessors | ( | M | ) |
| #define OneElectronMatrixArrayAccessors | ( | M | ) |
| #define OneElectronPartialMatrixAccessors | ( | M | ) |
| typedef std::function<Complex(Complex,Complex)> C2CFunction |
| typedef std::function<Complex(Complex)> CCFunction |
1.8.13