Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/a-poor/qgates
- Owner: a-poor
- License: gpl-3.0
- Created: 2019-11-08T17:45:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T19:23:27.000Z (about 4 years ago)
- Last Synced: 2024-11-29T11:01:15.318Z (24 days ago)
- Topics: bell-states, numpy, pypi, pypi-package, python, quantum-computing
- Language: Python
- Homepage: https://qgates.readthedocs.io
- Size: 82 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```