Metadata-Version: 2.1
Name: qgates
Version: 1.1.1
Summary: Helper library for quantum matrix math
Home-page: https://github.com/a-poor/QGates
Author: Austin Poor
Author-email: austinpoor@gmail.com
License: UNKNOWN
Description: # QGates
        
        [![Build Status](https://travis-ci.org/a-poor/QGates.svg?branch=master)](https://travis-ci.org/a-poor/QGates)
        [![PyPI](https://img.shields.io/pypi/v/qgates)](https://pypi.org/project/qgates/)
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/qgates)](https://pypi.org/project/qgates/)
        [![GitHub last commit](https://img.shields.io/github/last-commit/a-poor/qgates)](https://github.com/a-poor/QGates)
        [![PyPI - License](https://img.shields.io/pypi/l/qgates)](https://github.com/a-poor/QGates)
        [![Documentation Status](https://readthedocs.org/projects/qgates/badge/?version=latest)](https://qgates.readthedocs.io/en/latest/?badge=latest)
        
        
        _created by Austin Poor_
        
        A small package with some helper functions and quantum gates represented as numpy matrices.
        
        * GitHub: https://github.com/a-poor/QGates
        * PyPi: https://pypi.org/project/qgates
        * Read the Docs: https://qgates.readthedocs.io
        
        
        ## Requirements
        
        * [Python 3](https://www.python.org/downloads/)
        * [Numpy](https://numpy.org/)
        
        ## Installation
        
        ```bash
        pip install qgates
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
