{ "info": { "author": "Adam Sohonyai & Roland Sztaho", "author_email": "sohonyai.adam@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "\n## 1. Summary\n\nqvantum is a python module, and it's goal is to ensure an easy use library for understanding quantum computing better or designing new quantum algorithms. Working with this module helps you to get more familiar with the basic concepts such as qubit, register or quantum gate, meanwhile the tool has the power for deeper analysis and development.\n\nThe module is in beta release phase: tested but it might contain bugs, therefore every constructive note is highly appreciated. Also if you would like to collaborate in the developing process do not hesitate to contact us.\n\n## 2. Installation\n\nqvantum module can be easily installed using three different approach below (you could extend the commands below like \"/path/to/python.exe -m pip install ...\", if python wasn't in your PATH)\n\n### 2.1 pip install\n\nThe latest version of the module can be installed online from the PyPi page using pip in command line:\n\n pip install qvantum\n\nor\n\n pip install --index-url https://test.pypi.org/simple qvantum\n\n### 2.2 wheel install\n\nThe latest version of the module can be downloaded from the PyPi page in .whl format which can be used for installation:\n\n pip install qvantum-x.xx-py2.py3-none-any.whl\n\n### 2.3 setup file\n\nA setup.py file is also available on PyPi page. Download the file and the folder called \"qvantum\" then run the command in the folder where all the files were downloaded. Use \u00e2\u20ac\u201ce if you want the module be immediately available for every user in your system:\n\n pip install .\n\nor\n\n\tpip install \u00e2\u20ac\u201ce .\n\n## 3. Documentation\n\n[GitHub - qvantum](https://github.com/vorpex/qvantum)\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/vorpex/qvantum", "keywords": "python quantum computing process", "license": "MIT", "maintainer": "Adam Sohonyai", "maintainer_email": "sohonyai.adam@gmail.com", "name": "qvantum", "package_url": "https://pypi.org/project/qvantum/", "platform": "", "project_url": "https://pypi.org/project/qvantum/", "project_urls": { "Homepage": "http://github.com/vorpex/qvantum" }, "release_url": "https://pypi.org/project/qvantum/0.96/", "requires_dist": [ "matplotlib", "numpy" ], "requires_python": "", "summary": "Python package for quantum computing", "version": "0.96" }, "last_serial": 5259726, "releases": { "0.96": [ { "comment_text": "", "digests": { "md5": "623e42a2039ad9ac8b4374c3e2445711", "sha256": "851eb07d3ef44ffce1035b7a8f0a5f288cda156d9643b562993f3e1376453fc7" }, "downloads": -1, "filename": "qvantum-0.96-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "623e42a2039ad9ac8b4374c3e2445711", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36421, "upload_time": "2019-05-12T19:48:52", "url": "https://files.pythonhosted.org/packages/86/a1/98f13566556cfcf65ba542d182654ef5cf62c5a3e460b8e9577b597422d4/qvantum-0.96-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d867e186f238906214a54faf265fa9dd", "sha256": "a1086c3c04ab5f5c7c3e0892ce58b1a775b208ab85677ddb8cbc5ca1fd443438" }, "downloads": -1, "filename": "qvantum-0.96.tar.gz", "has_sig": false, "md5_digest": "d867e186f238906214a54faf265fa9dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40330, "upload_time": "2019-05-12T19:48:53", "url": "https://files.pythonhosted.org/packages/b7/b4/2196c98ee5f045063a7738d6de23cbce1b315ee841d467006fcfe7734bc1/qvantum-0.96.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "623e42a2039ad9ac8b4374c3e2445711", "sha256": "851eb07d3ef44ffce1035b7a8f0a5f288cda156d9643b562993f3e1376453fc7" }, "downloads": -1, "filename": "qvantum-0.96-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "623e42a2039ad9ac8b4374c3e2445711", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36421, "upload_time": "2019-05-12T19:48:52", "url": "https://files.pythonhosted.org/packages/86/a1/98f13566556cfcf65ba542d182654ef5cf62c5a3e460b8e9577b597422d4/qvantum-0.96-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d867e186f238906214a54faf265fa9dd", "sha256": "a1086c3c04ab5f5c7c3e0892ce58b1a775b208ab85677ddb8cbc5ca1fd443438" }, "downloads": -1, "filename": "qvantum-0.96.tar.gz", "has_sig": false, "md5_digest": "d867e186f238906214a54faf265fa9dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40330, "upload_time": "2019-05-12T19:48:53", "url": "https://files.pythonhosted.org/packages/b7/b4/2196c98ee5f045063a7738d6de23cbce1b315ee841d467006fcfe7734bc1/qvantum-0.96.tar.gz" } ] }