All Projects → rigetti → forest-benchmarking

rigetti / forest-benchmarking

Licence: Apache-2.0 license
A library for quantum characterization, verification, validation (QCVV), and benchmarking using pyQuil.

Programming Languages

python
139335 projects - #7 most used programming language
TeX
3793 projects

Projects that are alternatives of or similar to forest-benchmarking

quilc
The optimizing Quil compiler.
Stars: ✭ 413 (+907.32%)
Mutual labels:  forest, quantum-computing
quil
Specification of Quil: A Practical Quantum Instruction Set Architecture
Stars: ✭ 80 (+95.12%)
Mutual labels:  forest, quantum-computing
OpenJij
OpenJij : Framework for the Ising model and QUBO.
Stars: ✭ 57 (+39.02%)
Mutual labels:  benchmarking, quantum-computing
awesome-locust
A collection of resources covering different aspects of Locust load testing tool usage.
Stars: ✭ 40 (-2.44%)
Mutual labels:  benchmarking
neurtu
Interactive parametric benchmarks in Python
Stars: ✭ 15 (-63.41%)
Mutual labels:  benchmarking
language-benchmarks
A simple benchmark system for compiled and interpreted languages.
Stars: ✭ 21 (-48.78%)
Mutual labels:  benchmarking
EDTA
Extensive de-novo TE Annotator
Stars: ✭ 210 (+412.2%)
Mutual labels:  benchmarking
cirq-on-iqm
Cirq adapter for IQM's quantum computers
Stars: ✭ 21 (-48.78%)
Mutual labels:  quantum-computing
qisjob
Qiskit Job Control
Stars: ✭ 24 (-41.46%)
Mutual labels:  quantum-computing
bh tomo
A Matlab borehole radar/seismic tomography package
Stars: ✭ 17 (-58.54%)
Mutual labels:  tomography
jet
Jet is a cross-platform library for simulating quantum circuits using tensor network contractions.
Stars: ✭ 34 (-17.07%)
Mutual labels:  quantum-computing
mrs testbed
Multi-robot Exploration Testbed
Stars: ✭ 26 (-36.59%)
Mutual labels:  benchmarking
php-orm-benchmark
The benchmark to compare performance of PHP ORM solutions.
Stars: ✭ 82 (+100%)
Mutual labels:  benchmarking
QuantumComputing
Collection of Tutorials and other Quantum Computer programming related things.
Stars: ✭ 120 (+192.68%)
Mutual labels:  quantum-computing
QI
Quantum information mathematica package
Stars: ✭ 26 (-36.59%)
Mutual labels:  quantum-computing
MuRAT
A multi-resolution seismic attenuation tomography code - currently in its 3.0 release
Stars: ✭ 24 (-41.46%)
Mutual labels:  tomography
pennylane-lightning
The PennyLane-Lightning plugin provides a fast state-vector simulator written in C++ for use with PennyLane
Stars: ✭ 28 (-31.71%)
Mutual labels:  quantum-computing
pyQuirk
A Python widget for Quirk to be used in Jupyter notebooks, JupyterLab, and the IPython kernel.
Stars: ✭ 18 (-56.1%)
Mutual labels:  quantum-computing
forest-laravel
🌱 Laravel Liana for Forest Admin. This repo is no longer maintained. Please use laravel-forestadmin instead: https://github.com/ForestAdmin/laravel-forestadmin
Stars: ✭ 4 (-90.24%)
Mutual labels:  forest
qubovert
The one-stop package for formulating, simulating, and solving problems in boolean and spin form
Stars: ✭ 19 (-53.66%)
Mutual labels:  quantum-computing

Forest Benchmarking: QCVV using PyQuil

pypi version DOI slack workspace

A library for quantum characterization, verification, validation (QCVV), and benchmarking using pyQuil.

Installation

forest-benchmarking can be installed from source or via the Python package manager PyPI.

Note: NumPy and SciPy must be pre-installed for installation to be successful, due to cvxpy.

Source

git clone https://github.com/rigetti/forest-benchmarking.git
cd forest-benchmarking/
pip install numpy scipy
pip install -e .

PyPI

pip install numpy scipy
pip install forest-benchmarking

Library Philosophy

The core philosophy of forest-benchmarking is to separate:

  • Experiment design and or generation
  • Data collection
  • Data analysis
  • Data visualisation

We ask that code contributed to this repository respect this separation. We also ask that an example of how to use your contributed code is placed in the /examples/ directory along with the standard documentation found in /docs/.

Testing

The unit tests can be run locally using pytest, but beware that the test dependencies must be installed beforehand using pip install -r requirements.txt.

Disclaimer

This package is currently in alpha (v0.x), and therefore you should not expect that APIs will necessarily be stable between releases. Code that depends on this package in its current state is very likely to break when the package version changes, so we encourage you to pin the version you use, and update it consciously when necessary.

Citation

If you use Forest Benchmarking, please cite it via the BibTeX file.

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].