All Projects → Roger-luo → Quantum Benchmarks

Roger-luo / Quantum Benchmarks

Licence: other
benchmarking quantum circuit emulators for your daily research usage

Projects that are alternatives of or similar to Quantum Benchmarks

Quantumlibraries
Q# libraries for the Quantum Development Kit
Stars: ✭ 316 (+351.43%)
Mutual labels:  quantum-computing, quantum
Quantumcomputingbook
Companion site for the textbook Quantum Computing: An Applied Approach
Stars: ✭ 386 (+451.43%)
Mutual labels:  quantum-computing, quantum
Quantum
Microsoft Quantum Development Kit Samples
Stars: ✭ 3,453 (+4832.86%)
Mutual labels:  quantum-computing, quantum
Qpp
A modern C++11 quantum computing library
Stars: ✭ 277 (+295.71%)
Mutual labels:  quantum-computing, quantum
Pennylane
PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum computer the same way as a neural network.
Stars: ✭ 800 (+1042.86%)
Mutual labels:  quantum-computing, quantum
Qiskit Terra
Qiskit is an open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and algorithms.
Stars: ✭ 3,177 (+4438.57%)
Mutual labels:  quantum-computing, quantum
Qcgpu
High Performance Tools for Quantum Computing
Stars: ✭ 380 (+442.86%)
Mutual labels:  quantum-computing, quantum
learn-qc-with-python-and-qsharp
Companion code for Learn Quantum Computing with Python and Q# Book by Dr. Sarah Kaiser and Dr. Chris Granade 💖
Stars: ✭ 62 (-11.43%)
Mutual labels:  quantum, quantum-computing
Cista
Simple C++ Serialization & Reflection.
Stars: ✭ 535 (+664.29%)
Mutual labels:  benchmark, high-performance
Textclassificationbenchmark
A Benchmark of Text Classification in PyTorch
Stars: ✭ 534 (+662.86%)
Mutual labels:  quantum, benchmark
Quantum-Computing-Collection-Of-Resources
A Well Maintained Repository On Quantum Computing Resources [Code+Theory] Updated Regularly During My Time At IBM, Qubit x Qubit And The Coding School's Introduction To Quantum Computing Course '21
Stars: ✭ 183 (+161.43%)
Mutual labels:  quantum, quantum-computing
Tarsbenchmark
benchmark tool for tars/http service
Stars: ✭ 41 (-41.43%)
Mutual labels:  benchmark, high-performance
miniqubit
Quantum emulator of the IBM Quantum experience
Stars: ✭ 24 (-65.71%)
Mutual labels:  quantum, quantum-computing
Blueqat
Quantum Computer Library for Everyone
Stars: ✭ 298 (+325.71%)
Mutual labels:  quantum-computing, quantum
qibo
A framework for quantum computing with hardware acceleration.
Stars: ✭ 120 (+71.43%)
Mutual labels:  quantum, quantum-computing
Grove
Quantum algorithms built using pyQuil.
Stars: ✭ 332 (+374.29%)
Mutual labels:  quantum-computing, quantum
Quantum-Computing-Resources
This repository contains the best resources for learning practical quantum computing. This repository will be updated frequently.
Stars: ✭ 60 (-14.29%)
Mutual labels:  quantum, quantum-computing
Quantum-Computer-Simulator-with-Algorithms
C++ simulator of quantum registers and quantum algorithms
Stars: ✭ 15 (-78.57%)
Mutual labels:  quantum, quantum-computing
Strawberryfields
Strawberry Fields is a full-stack Python library for designing, simulating, and optimizing continuous variable (CV) quantum optical circuits.
Stars: ✭ 505 (+621.43%)
Mutual labels:  quantum-computing, quantum
Qutip
QuTiP: Quantum Toolbox in Python
Stars: ✭ 985 (+1307.14%)
Mutual labels:  quantum-computing, quantum

Quantum Software Benchmarks

We benchmark several popular quantum computation softwares/frameworks/simulators to test their performance in practical daily research.

This benchmark is written with the following principles:

  • try to use the user interface (UI) instead of high performance hack from internals.
  • focus on laptop runnable scale (4-25 qubits) instead of High Performance Cluster scale

Results

single gate benchmark (absolute timing)

The complete results are included in RESULTS.md

Installation

You should be able to run this benchmark with the bin/benchmark script.

    Quantum Circuit Simulation Benchmark

install                 install dependencies
run [package]           run benchmark of [package] or run all benchmarks by default
parallel [package]      spawn [package] benchmark in a process or run all benchmark in parallel by default
help                    print this message

Requirements

Make sure you have the above required dependency installed, then run the following script, which will install all the dependencies for you in a new environment.

bin/benchmark install

Run Benchmark

bin/benchmark benchmark

This will usually take a few hours to finish, thus if you want to run it in the backend, you can use parallel instead of benchmark. Afterwards, you can generate the plot by running:

bin/plot

Contributing

Please feel free to update and add new benchmarks. Check CONTRIBUTING.md for more details.

Acknowledge

We thank the following people for reviewing our benchmarks:

License

MIT license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].