Instructions for running EXEQ locally.

0. Try the precompiled binaries. They are available for
download from the HFM-EXED website of the Helmholtz Zentrum Berlin.
At the moment (April 2020) at least the Windows version is available.

1. If you want to run the code directly:
Make sure that your system has the following software installed:
Python version > 3.5.x
Numpy
Scipy
Matplotlib 3.1 or 3.2
PyQt5
PyYAML

The main executable is QtEXEQ.py

Ideally you can install all the dependencies with pip, as in
python -m pip install numpy
and then launch the software:

python QtEXEQ.py

2. If you do not want the GUI, you can use the script called "standalone.py".
It will generate the plots based on the variables you specified in the script.


