Metadata-Version: 2.1
Name: pyqudit
Version: 0.0.4
Summary: Test package of Qudit
Home-page: https://github.com/ordoptimus/pyqudit
Author: The Quanteam
Author-email: orodaux@student.sfit.ac.in
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

## PyQudit

Current Version - 0.0.4

A Python package for using generalised versions of quantum gates in N-dimensions. Enables building circuits on qudit logic.

## To install PyQudit
<kbd>pip install pyqudit</kbd>

## Test package
<kbd>import pyqudit.qudit as pq</kbd>

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


