Hex  2.2
Hydrogen-electron collision solver
Data Structures | Macros
amplitudes.h File Reference
#include <vector>
#include "hex-arrays.h"
#include "hex-chebyshev.h"
#include "bspline.h"
#include "io.h"
#include "parallel.h"
#include "radial.h"
Include dependency graph for amplitudes.h:
This graph shows which files directly or indirectly include this file:

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;
 

Macro Definition Documentation

◆ Compare

#define Compare (   x)    if (x < t.x) return true; if (x > t.x) return false;