ProvideQ / toolbox-server

Resources for the server that hosts the toolbox (Backend)
https://provideq.kit.edu
MIT License
1 stars 1 forks source link

Quantagonia QUBO via PlanQK #63

Open Elscrux opened 8 months ago

Elscrux commented 8 months ago

Closes #62

Currently, the QUBO format is using LP, which we parse using a forked library with some tweaks. The Quantagonia implementation needs a QUBO matrix so there are some more steps involved to create this out of the LP format. Note that the LP format is currently required to name its variables like this x0, x1, x2...

schweikart commented 7 months ago

Can you rebase this to develop @Elscrux?

Elscrux commented 7 months ago

Can you rebase this to develop @Elscrux?

@schweikart Done now. Sorry, I failed to see this earlier!

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

29 New issues
0 Security Hotspots
No data about Coverage
0.7% Duplication on New Code

See analysis details on SonarCloud

schweikart commented 5 months ago

This PR adds a few changes to our internal interfaces which contradict #69. As discussed in our last meetings, we'll rebase and merge this once #69 is complete