https://github.com/picocentauri/pycoulomb
Python Implementation for Coulomb interactions
https://github.com/picocentauri/pycoulomb
coulomb ewald-summation physics science
Last synced: about 1 year ago
JSON representation
Python Implementation for Coulomb interactions
- Host: GitHub
- URL: https://github.com/picocentauri/pycoulomb
- Owner: PicoCentauri
- License: mit
- Created: 2022-03-08T09:31:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T15:55:25.000Z (over 2 years ago)
- Last Synced: 2025-03-29T22:11:53.753Z (about 1 year ago)
- Topics: coulomb, ewald-summation, physics, science
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.