qiboteam / qibojit-benchmarks

Benchmark code for qibojit performance accessment
Apache License 2.0
2 stars 3 forks source link

Include real end-point application #12

Closed scarrazza closed 2 years ago

scarrazza commented 3 years ago

Include the factorization example in the circuit list.

scarrazza commented 2 years ago

@igres26, a couple of weeks ago we have been discussing about the possibility to include in these benchmarks "more real" applications like the factorization, so we could perform a systematic stress test for all backends and libraries. If you have some free time, could you please port your factorization example here? (and/or any other application that you judge relevant for a "real" application)

igres26 commented 2 years ago

I can port the factorization circuit and think of some others that might be relevant. The factorization in particular has the "semiclassical" implementation of the inverse QFT, that might be a bit worse in terms of a benchmarking circuit, but we can try both.

Maybe an Exact Cover Grover instance is also interesting, as it's a different application that does not use a QFT.