A Python implementation to calculate Coulomb energies of point charge distributions. Calculations are possible via direct or Ewald summation.
For installation clone the repository and run
pip3 install .
from the root of the repository
An example notebook is located in the example folder.