Skip to content

koehlale/A_First_Approach_to_Quantum_Logical_Shape_Classification_Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A First Approach to Quantum Logical Shape Classification Framework

This repository provides the code the paper A First Approach to Quantum Logical Shape Classification Framework.

Table of Contents

How to Install and Run the Project

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.

Implementation details

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.

create_features.py

This module stores the defined feature function and the function to evaluate this feature on a given input.

Releases

No releases published

Packages

No packages published

Languages