QForest Graviton 2.0 2024 - Team Quantum Harvesters
- Recommended: create a Python virtual environment to avoid installing the required packages globally and prevent version conflicts
python -m venv your-env
- Activate the virtual environment
path/to/your-env/Scripts/Activate.ps1
- Install the required packages
cd QForest-Graviton-24
python -m ensurepip --upgrade
python -m pip install -r requirements.txt
To run the Flask backend,
cd QForest-Graviton-24
python VRP-explorations\server.py
To run the Vite app,
cd final_frontend
npm run dev
This project is based on the following publications and existing works:
[1] Classical heuristical TSP solver for demonstration - VRP-explorations
[2] Travelling Salesman Problem - Qiskit Tutorials
[4] arXiv:1805.10928v1 [quant-ph]
Team Quantum Harvesters, Gravition-2.0 2024