Metadata-Version: 2.1
Name: qnas
Version: 0.0.1
Summary: QnAS package
Home-page: https://github.com/isakwi/Kandidatarbete/tree/main/qnas
Author: Isak Wikman, Edvin Martinson, Axel Blom, Albin Edenmyr, Didrik Palmqvist, Ludvig Nordqvist
Author-email: isakwi@student.chalmers.se, edvmar@student.chalmers.se, bloaxel@student.chalmers.se, edenmyr@student.chalmers.se, didrikp@student.chalmers.se, ludnor@student.chalmers.se
License: MIT
Keywords: pypi,qnas,algorithm-simulator,quantum,quantum-algorithm-simulator,algorithm,noise,simulator
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Documentation
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: math
Requires-Dist: qutip
Requires-Dist: qiskit
Requires-Dist: pandas
Requires-Dist: sys
Requires-Dist: re

Info about QnAS:

To install: Go to pypi and find QnAS, 
there you can find the install command!

MIT License: Free to use!

QnAS is an open source program to 
simulate noisy quantum algorithms!

To see source code, go to: https://github.com/isakwi/Kandidatarbete/tree/main/qnas




To make package, follow these:
https://packaging.python.org/en/latest/tutorials/packaging-projects/
Important: name root folder and package folder same: so that we download QnAS and import QnAS,
it was a little confusing with my test package.



