|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
g(r) analysis: Fourier transform calculation More...
Go to the source code of this file.
Functions/Subroutines | |
| integer(kind=c_int) function | g_of_r_fft (ndr, dtr, mmx) |
| integer function | send_sq (ic, val, dtr, kdata, sdata) |
| subroutine | fft_to_gr (ltab, ktab, tab, rtab) |
g(r) analysis: Fourier transform calculation
Definition in file grfft.F90.
| subroutine fft_to_gr | ( | integer, intent(in) | ltab, |
| double precision, dimension(ltab), intent(in) | ktab, | ||
| double precision, dimension(ltab), intent(in) | tab, | ||
| double precision, dimension(number_of_i), intent(inout) | rtab ) |
| integer (kind=c_int) function g_of_r_fft | ( | integer (kind=c_int), intent(in) | ndr, |
| real (kind=c_double), intent(in) | dtr, | ||
| real (kind=c_double), intent(in) | mmx ) |