A Scalable Quantum Benchmark Suite
SupermarQ is a suite of application-oriented benchmarks used to measure the performance of quantum computing systems. Installation The SupermarQ package is available via pip and can be installed in your current Python environment with the command: Using SupermarQ The benchmarks are defined as classes within supermarq/benchmarks/. Each applicationdefines two methods; circuit and score. These methods are used to generate the benchmarking circuit and evaluate its performanceafter execution on hardware. The quantum benchmarks within SupermarQ are designed to be scalable, meaning […]
Read more