The Python 3 code to reproduce the figures in the paper ARXIV LINK.
This documentation was written with Conda 4.6.12. Please use the provided environment.yml
Install Conda: Quickstart
git clone https://gitlab.com/rooler/qperceptron.git
conda env create -f environment.yml
It is good to know that you can use this to update the env:
conda env update -f environment.yml
And removing it can be done with:
conda remove --name qperceptron --all
conda activate qperceptron
python setup.py install clean
python generate_plots/<example>.py