A quantum library to test and benchmark Pasqal's backends.
Run the following to check correctness between backends:
hatch -e tests run test
Run the following command to generate timings for the simple api functions (run
, sample
, expectation
) in aquordion\api_benchmarks
:
hatch -e tests run benchmarks
Run the following commands to generate timings for the VQE case (without shots and with shots):
hatch -e tests run vqe
hatch -e tests run vqeshots
Differentiable Quantum Circuit (DQC) is an algorithm that uses parametererized quantum circuits considered differentiable for solving tasks such as function fitting or solving differential equations.
Run the following commands to generate timings for the DQC case:
hatch -e tests run dqc