Skip to content

Releases: sayanadhikari/PPDyn

0.0.2

26 Mar 22:18

Choose a tag to compare

Visualization toolkit for PPDyn and bug fixing

0.0.1

26 Mar 22:07

Choose a tag to compare

A python package to simulate plasma particles using Molecular Dynamics Algorithm.

Procedure

Using PyPI

pip install PPDyn

Usage

Download the input template to your working directory

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

from  PPDyn import ppdyn
from PPDyn.ppdplot import animate
ppdyn(input)
animate()