Benchmarks for a paper on QUBO.jl
| Linux | Ubuntu 22.04 |
|---|---|
| Python | CPython 3.10.6 |
| Julia | julia 1.9.0 |
| Package | Version |
|---|---|
| ToQUBO.jl | v0.1.6 |
| PyQUBO | v1.4.0 |
| OpenQAOA | v0.1.3 |
| qubovert | v1.2.5 |
| Qiskit | v0.41.0 |
| amplify | v0.11.1 |
| dimod | v0.12.14 |
First clone the repository
$ git clone https://github.com/psrenergy/ToQUBO-benchmark.git#master
...To run the code and plot the results
$ cd ./ToQUBO-benchmark
...
$ makeYou can also do this separately
$ cd ./ToQUBO-benchmark
...
$ make install
...
$ make run
...
$ make plot
...
