PAWpySeed
Parallel C/Python package for numerical analysis of PAW DFT wavefunctions
Main Page
Classes
Files
File List
File Members
pawpyseed
core
linalg.h
Go to the documentation of this file.
1
5
#ifndef FFT_H
6
#define FFT_H
7
#include <mkl.h>
8
#include <mkl_types.h>
9
13
double
complex*
fft_calloc
(
int
num_items,
int
item_size);
14
21
void
fft3d
(
double
complex*
x
,
int
* G_bounds,
double
* lattice,
22
double
* kpt,
int
* Gs,
float
complex* Cs,
int
num_waves,
int
* fftg);
23
24
#endif
pawpyseed.core.quadrature.x
list x
Definition:
quadrature.py:9
fft_calloc
double complex * fft_calloc(int num_items, int item_size)
fft3d
void fft3d(double complex *x, int *G_bounds, double *lattice, double *kpt, int *Gs, float complex *Cs, int num_waves, int *fftg)
Generated by
1.8.11