Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/picocentauri/pycoulomb

Python Implementation for Coulomb interactions
https://github.com/picocentauri/pycoulomb

coulomb ewald-summation physics science

Last synced: about 1 month ago
JSON representation

Python Implementation for Coulomb interactions

Awesome Lists containing this project

README

        

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.