Skip to content

This project implements Fourier Domain Interpolation in Fortran and Python

Notifications You must be signed in to change notification settings

fetim/InterpolationFourierDomain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

InterpolationFourierDomain

This project implements Fourier Domain Interpolation in Fortran and Python

Prerequisite:

  • FFTW library
  • python

Installing FFTW

FFTW - downloading from the FFTW home page. unpacking with

$ tar zxvf fftw-x.x.x.tar.gz

Enter in the folder and execute: FFTW3 (default: gfortran and gcc)

$ ./configure --enable-threads --enable-openmp --enable-avx
$ ./configure 

(For gromacs )

$ ./configure --enable-threads --enable-float

and then:

$ make
$ sudo make install

About

This project implements Fourier Domain Interpolation in Fortran and Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published