Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

QForest Graviton 2.0 2024 - Team Quantum Harvesters.

Notifications You must be signed in to change notification settings

vibhav950/QForest-Graviton-24

Repository files navigation

QForest-Graviton-24

QForest Graviton 2.0 2024 - Team Quantum Harvesters

Setup and installations

  1. Recommended: create a Python virtual environment to avoid installing the required packages globally and prevent version conflicts
python -m venv your-env
  1. Activate the virtual environment
path/to/your-env/Scripts/Activate.ps1
  1. Install the required packages
cd QForest-Graviton-24
python -m ensurepip --upgrade
python -m pip install -r requirements.txt

Run the server

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

References

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

[3] Ising model - Wikipedia

[4] arXiv:1805.10928v1 [quant-ph]

Contributors

Team Quantum Harvesters, Gravition-2.0 2024

About

QForest Graviton 2.0 2024 - Team Quantum Harvesters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published