Metadata-Version: 2.4
Name: pyquantsim
Version: 0.1.1
Summary: A simple Qubit and quantum circuit simulator
License: GPL-3.0-or-later
Author: Joyal V Poulose
Author-email: joyalvpoulose2007@gmail.com
Requires-Python: >=3.14
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: numpy (>=2.4.1,<3.0.0)
Description-Content-Type: text/markdown

# Quantsim Simulation package

Contains the simulation code for the application


## Project structure
```
docs/           # Documentation
quantsim/       # Library
 | - Circuit/   # Circuit wise representation
 | - gates/     # contains the basic gates
tests/      # Tests

```

