A python package to simulate plasma particles using Molecular Dynamics Algorithm.
Procedure
Using PyPI
console
pip install PPDyn
*Usage*
Download the input template to your working directory
shell
wget https://raw.githubusercontent.com/sayanadhikari/PPDyn/main/input.ini
Now, either create a python script in your working directory or use your python console
python
from PPDyn import ppdyn
from PPDyn.ppdplot import animate
ppdyn(input)
animate()