Metadata-Version: 2.1
Name: quantumflow
Version: 1.0.2
Summary: "Cross compiler for gate based models of quantum computing"
Home-page: https://github.com/gecrooks/quantumflow/
Author: Gavin Crooks
Author-email: gavincrooks@gmail.com
License: Apache-2.0
Description: #  QuantumFlow: A Quantum Algorithms Development Toolkit
        
        A cross-compiler for gate based models of quantum computing
        
        ![Build Status](https://github.com/gecrooks/quantumflow-dev/workflows/Build/badge.svg) [![Documentation Status](https://readthedocs.org/projects/quantumflow/badge/?version=latest)](https://quantumflow.readthedocs.io/en/latest/?badge=latest)
        
        
        [Source](https://github.com/gecrooks/quantumflow)
        
        
        ## Installation for development
        
        ```
        $ git clone https://github.com/gecrooks/quantumflow.git
        $ cd quantumflow
        $ pip install -e .[dev]
        ```
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Provides-Extra: ext
Provides-Extra: docs
Provides-Extra: dev
