Metadata-Version: 2.0
Name: pyqudit
Version: 0.0.5
Summary: Quantum Computing package. Use qudit gates and build simple N-D circuits.
Home-page: https://github.com/ordoptimus/pyqudit
Author: Ordoptimus, The Quanteam
Author-email: orodaux@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/ordoptimus/pyqudit/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy

# PyQudit

![GitHub top language](https://img.shields.io/github/languages/top/Ordoptimus/pyqudit?color=yellow&logo=python) ![GitHub issues](https://img.shields.io/github/issues/Ordoptimus/pyqudit?color=blue&logo=github) ![GitHub](https://img.shields.io/github/license/Ordoptimus/pyqudit?color=orange)

[pypi - version, implementation, format, status]

A Python package for using generalised and universal versions of quantum gates, in N-dimensions. Enables building simple quantum circuit simulations on qudit logic using higher dimensional gates.

### To install PyQudit
```pip install pyqudit```

### Test package
```import pyqudit.qudit as pq```

##### Show all package functions
dir(pq)


