Metadata-Version: 2.1
Name: qusimulator
Version: 2.0
Summary: Quantum computer simulator
Home-page: https://github.com/atulvarshneya/quantum-computing
Author: Atul Varshneya
Author-email: atul.varshneya@gmail.com
License: GPL
Keywords: qsystems quantum computing
Requires-Python: >3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy

# Qusimulator – A quantum computing simulator
## Release 2.0

`$ pip install qusimulator`

Now full support for quantum noise simulation.  
Includes state-vector and density-matrix based simulators.  
Documentation and example code resources -  
* [Example implementations of various quantum algorithms](https://github.com/atulvarshneya/quantum-computing/tree/master/examples/qsim/)
* [Developer documentation](https://github.com/atulvarshneya/quantum-computing/blob/master/qusimulator/README.md)
