Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/picocentauri/pycoulomb
- Owner: PicoCentauri
- License: mit
- Created: 2022-03-08T09:31:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T15:55:25.000Z (about 1 year ago)
- Last Synced: 2024-11-06T18:02:02.801Z (3 months 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.