This is a repo containing a C++ executable and HTML UI for running Particle-In-Cell simulations of electrically-charged plasma distributions.
Note: use conan version >= 2
- conan install -pr:h=<win_debug, win_release> -pr:b=<win_debug, win_release> -of <build_folder> --build=missing .
- conan build -of <build_folder> .
Note: requires Python and Django
- python manage.py runserver
- Open the development server