This repository provides the code the paper A First Approach to Quantum Logical Shape Classification Framework.
We make use of a virtual environment that helps us to control all packages and their versions. We hope this will provide code that runs better on different computers and improve reproducibility of our results. For more information on how to set up the virtual environment we refer to the wiki.
But for a very short overview on how to set up and run the VE you can use the following commands:
poetry install --no-root
poetry run python main.py
There we make use of Poetry that will create the virtual environment for you and runs the code.
Here we want to provide basic details for the different functions we used. We try to keep this part as up-to-date as possible.
This module stores the defined feature function and the function to evaluate this feature on a given input.