Skip to content

marqov-dev/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]

About

QuantumFlow: A Quantum Algorithms Development Toolkit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.5%
  • Jupyter Notebook 6.2%
  • Makefile 0.3%