Recent Releases of ppdyn
ppdyn -
Visualization toolkit for PPDyn and bug fixing
- Python
Published by sayanadhikari about 5 years ago
ppdyn - 0.0.1
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()
- Python
Published by sayanadhikari about 5 years ago