ba-thesis/sw
2022-12-05 16:26:02 +01:00
..
cpp Implemented cpp ProximalDecoder get_error_values() and get_gradient_values() 2022-12-05 14:53:14 +01:00
decoders Now proximaldecoder is returning 'None' on decoding failure 2022-11-24 12:49:01 +01:00
res Added new alist file; Renamed files 2022-11-29 12:50:05 +01:00
test Put simulation code into separate module 2022-11-25 19:36:57 +01:00
utility Changed the way data formatting is handled for the simulation API to be able to properly use the SimulationManager with the GenericMultithreadedSimulator 2022-12-05 16:26:02 +01:00
main.py Put simulation code into separate module 2022-11-25 19:36:57 +01:00
plot_heatmaps.py Added new alist file; Renamed files 2022-11-29 12:50:05 +01:00
plot_results.py Put simulation code into separate module 2022-11-25 19:36:57 +01:00
README.md Added note to readme about python version 2022-11-28 16:00:18 +01:00
requirements.txt Updated requirements.txt 2022-11-23 15:42:21 +01:00
simulate_2d_BER.py Changed the way data formatting is handled for the simulation API to be able to properly use the SimulationManager with the GenericMultithreadedSimulator 2022-12-05 16:26:02 +01:00
simulate_2d_dec_fails.py Added new alist file; Renamed files 2022-11-29 12:50:05 +01:00

Bachelorarbeit

Software

Warning: At least a Python 3.9 or higher is required to properly run the scripts in this project

Create a python virtual environment

In the root directory of this repository run

$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt

Run the unit tests

In the root directory of this repository run

$ python -m unittest discover test