Introduction to PyMethes
Introduction to PyMethes
PyMethes is the python port of the METHES, a Monte-Carlo simulator for electron drift in low-temperature plasma.
Here can be found a useful documentation of the version 0.2.0.
To install the stable release, it is possible to use pip:
For running a simulation, it is possible to define the configuration in a JSON file and then execute as:
Here can be found a useful documentation of the version 0.2.0.
To install the stable release, it is possible to use pip:
Code: Select all
pip install pymethes
Code: Select all
import pyMETHES
sim = pyMETHES.Simulation('config.json')
sim.run()
Michele Renda, PhD
Particle Physics Dept., IFIN-HH, Bucharest, Romania
Particle Physics Dept., IFIN-HH, Bucharest, Romania