A cross-compiler for gate based models of quantum computing
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]