Skip to content

gecrooks/quantumflow

Repository files navigation

QuantumFlow: A Quantum Algorithms Development Toolkit

A cross-compiler for gate based models of quantum computing

Build Status Documentation Status PyPi version

Installation

To install the latest stable release:

$ pip install quantumflow

In addition, install all of the external quantum libraries that QuantumFlow can interact with (such as cirq, qiskit, braket, ect.):

$ pip install quantumflow[ext]

To install the latest code from github ready for development:

$ git clone https://github.com/gecrooks/quantumflow.git
$ cd quantumflow
$ pip install -e .[dev]