Metadata-Version: 2.1
Name: qusimulator
Version: 2.3
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.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy

# Qusimulator – A quantum computing simulator
## Release 2.3

`$ pip install qusimulator`

New feature added for multi-shot readout of the result of the quantum computation. Added qreadout(nshots) to readout the results after completing the computations by applying a series of gates. Supported on state-vector as well as density-matrix 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)
