Metadata-Version: 2.1
Name: qucircuit
Version: 2.2
Summary: Quantum computer programming with circuits paradigm
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

# Qucircuit – A quantum computing circuits simulator
## Release 2.2

`$ pip install qucircuit`

Now full support for quantum noise simulation.  
Includes state-vector and density-matrix based simulator backends.  
'Getting started' tutorial Jupyter notebooks, and documentation resources - 
* [Getting started tutorial Jupyter notebook](https://github.com/atulvarshneya/quantum-computing/tree/master/examples/qckt/Getting-started-tutorial.ipynb)
* [Getting started with noise simulation tutorial Jupyter notebook](https://github.com/atulvarshneya/quantum-computing/tree/master/examples/qckt/Getting-started-tutorial-noise-sim.ipynb)
* [Example implementations of various quantum algorithms](https://github.com/atulvarshneya/quantum-computing/tree/master/examples/qckt)
* [Developer documentation](https://github.com/atulvarshneya/quantum-computing/blob/master/qucircuit/README.md)
