Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 369 Bytes

README.rst

File metadata and controls

19 lines (12 loc) · 369 Bytes

pyColumb

A Python implementation to calculate Coulomb energies of point charge distributions. Calculations are possible via direct or Ewald summation.

Install

For installation clone the repository and run

pip3 install .

from the root of the repository

Examples

An example notebook is located in the example folder.