Skip to content

Dpbm/q-opt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Optimization problems

Solving Optimization problems using quantum computing

This repo, contains some optimization problems I solved using some quantum computing techniques, like QUBO and QAOA.

HOW TO USE

For python environments

first of all, install uv, and run:

uv sync

then, you can run any script, just run:

uv run script

For cuda environments

You need to have cuda toolkit installed and then run

make

inside the project folder.

Solved Problems