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: 10 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T19:23:27.000Z (about 5 years ago)
- Last Synced: 2025-03-26T06:35:59.438Z (10 months ago)
- Topics: bell-states, numpy, pypi, pypi-package, python, quantum-computing
- Language: Python
- Homepage: https://qgates.readthedocs.io
- Size: 82 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QGates

[](https://travis-ci.org/a-poor/QGates)
[](https://pypi.org/project/qgates/)
[](https://pypi.org/project/qgates/)
[](https://github.com/a-poor/QGates)
[](https://github.com/a-poor/QGates)
[](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
```