![]() |
Hex
2.2
Hydrogen-electron collision solver
|
#include <vector>#include "hex-arrays.h"#include "hex-chebyshev.h"#include "bspline.h"#include "io.h"#include "parallel.h"#include "radial.h"

Go to the source code of this file.
Data Structures | |
| class | Amplitudes |
| Extraction of amplitudes from solutions. More... | |
Macros | |
| #define | Compare(x) if (x < t.x) return true; if (x > t.x) return false; |
| #define Compare | ( | x | ) | if (x < t.x) return true; if (x > t.x) return false; |
1.8.13