#include "solvers/TDVPPropagator.h"
#include "solvers/EntropyObserver.h"
#include "IntervalIterator.h"
#include "ComplexInterpolGSL.h"
#include <unsupported/Eigen/FFT>
#include "gsl_integration.h"
#include "ooura_integration.h"
Go to the source code of this file.
◆ GREEN_INTEGRATION
◆ Q_RANGE
Range of k-values:
- Parameters
-
MPI_PPI | : from -pi to +pi |
ZERO_2PI | : from 0 to +2*pi |
Enumerator |
---|
MPI_PPI | |
ZERO_2PI | |
Definition at line 27 of file GreenPropagator.h.
◆ FT_interpol()
VectorXcd FT_interpol |
( |
const VectorXd & |
tvals, |
|
|
const VectorXcd & |
fvals, |
|
|
bool |
USE_QAWO, |
|
|
double |
wmin, |
|
|
double |
wmax, |
|
|
int |
wpoints |
|
) |
| |
Continuous Fourier transform using GSL interpolation
Definition at line 51 of file GreenPropagator.h.
◆ operator<<()