Introduction to PyMethes

PyMethes:Python version of the MATLAB's METHES package
Post Reply
micrenda
Site Admin
Posts: 27
Joined: Fri Dec 25, 2020 1:42 pm
Introduction to PyMethes

Post 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()
Michele Renda, PhD
Particle Physics Dept., IFIN-HH, Bucharest, Romania

Post Reply