Page 1 of 1

Introduction to PyMethes

Posted: Wed Feb 24, 2021 5:38 pm
by micrenda
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:

Code: Select all

pip install pymethes
For running a simulation, it is possible to define the configuration in a JSON file and then execute as:

Code: Select all

import pyMETHES

sim = pyMETHES.Simulation('config.json')
sim.run()