Code for simulating plasmas inside a magnetic confinement device.
# install pipenv
pip install --user pipenv
# install dependencies
pipenv install --dev
# use the virtual env
pipenv shellSet the number of particles to run the simulation with.
# number of particles (default 50)
N = 50Run the program:
python3 mcps.py