Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a-poor/qgates

Small helper library for working with quantum matrices
https://github.com/a-poor/qgates

bell-states numpy pypi pypi-package python quantum-computing

Last synced: 16 days ago
JSON representation

Small helper library for working with quantum matrices

Awesome Lists containing this project

README

        

# QGates

![A fun quantum gif](https://media2.giphy.com/media/AvCPKNLbH6FoI/giphy.gif)

[![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
```