Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.15 KB

readme.md

File metadata and controls

27 lines (21 loc) · 1.15 KB

Build Status

real-space-electrostatic-sum

Implementation of the real-space electrostatic sum outlined in Pickard, Phys. Rev. Mat. 2, 013806, 2018. Includes force and stress routines.

Potentially faster than the ubiquitous Ewald sum found in many electronic structure codes and elsewhere.

Repository contains:

To build and test:

git clone https://github.com/wcwitt/real-space-electrostatic-sum
cd real-space-electrostatic-sum
mkdir build
cd build
cmake ..
make
cd ..
python test/test.py