Skip to content

Gaussian Split Ewald and other non-PME electrostatics methods

License

Notifications You must be signed in to change notification settings

ap-hynninen/GSE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build
-------------

make [CUDA=off] [FFTW=off]

Option CUDA=off switches off CUDA support and FFTW=off switches off FFTW support.

To cleanup do:

make clean

Requirements
-------------
C++ compiler
FFTW library (optional)
CUDA 5.0+ (optional, for SPME calculations)

How to run
-----------
Usage: cpu_gse -r r -L L -M M -sigma sigma -order order -seed seed

Where:
r     = distance between pair of charges
L     = box side length
M     = number of grid points per side length
sigma = Gaussian width
order = SPME order, 4, 6, or 8.
seed  = random number seed

For example
./cpu_gse -r 1.0 -L 20 -M 20 -sigma 2.121320344

About

Gaussian Split Ewald and other non-PME electrostatics methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published